Listen for changes in dot directory

This commit is contained in:
Valentin Brandl 2019-12-10 20:35:57 +01:00
parent 79e07b4387
commit 0c5ae64bbe
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -1,6 +1,6 @@
#!/usr/bin/env sh
while inotifywait -e modify .
while inotifywait -e modify . ./dot/
do
make
done