Listen for changes in dot
directory
This commit is contained in:
parent
79e07b4387
commit
0c5ae64bbe
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
while inotifywait -e modify .
|
||||
while inotifywait -e modify . ./dot/
|
||||
do
|
||||
make
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user