diff options
author | Julian T <julian@jtle.dk> | 2023-09-22 22:16:55 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2023-09-23 12:17:43 +0200 |
commit | 0e9840e0b734217ff5e5621a1e27553ebabc43fb (patch) | |
tree | ebf42aae8bbde018f75cc7186b6913ae0f82de15 /dwm/resc/run | |
parent | 85080ac87cc5bc535308147f973e4e73a77c2a4e (diff) |
Dwm and other window managers
Diffstat (limited to 'dwm/resc/run')
-rwxr-xr-x | dwm/resc/run/00-dwm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dwm/resc/run/00-dwm b/dwm/resc/run/00-dwm new file mode 100755 index 0000000..7b49687 --- /dev/null +++ b/dwm/resc/run/00-dwm @@ -0,0 +1,8 @@ +#!/usr/bin/env bash +set -e +set -x +echo Building dwm + +cd ~/resc/dwm + +make |