Add a watch script

For you kiddies who need "hot reloading" on configuration change.
This commit is contained in:
2025-05-28 23:25:09 +01:00
parent 893e065272
commit fd3f2a2b6d

5
watch.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env sh
set -xeuo pipefail
find -type 'f' -name '*.[ch]' | entr -s "make && sudo make install && killall dwm"