diff options
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 |