aboutsummaryrefslogtreecommitdiff
path: root/watch.sh
blob: bba7d4b0d4a18758fd6c3cce365bc941919413bf (plain)
1
2
3
4
5
#!/usr/bin/env sh

set -xeuo pipefail

find -type 'f' -name '*.[ch]' | entr -s "make && sudo make install && killall dwm"