summaryrefslogtreecommitdiff
path: root/watch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'watch.sh')
-rwxr-xr-xwatch.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/watch.sh b/watch.sh
index a22e34c..101bfa2 100755
--- a/watch.sh
+++ b/watch.sh
@@ -1,4 +1,4 @@
while true; do
- inotifywait -r -e modify,move ./
- ./test.sh
+ ./test.sh
+ inotifywait -r -e modify,move ./
done