summaryrefslogtreecommitdiff
path: root/watch.sh
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2015-08-01 14:35:58 +0200
committerJustin Worthe <justin.worthe@gmail.com>2015-08-01 14:35:58 +0200
commit7e8dce7224214cbb82e9191917de9f234fe38cb7 (patch)
tree2ac58697c2004ef72b3cb52eb8cb53000ebdf86d /watch.sh
parentbe9e20b29ce0ed81091ab3589f4910232b457cec (diff)
Implemented structure of network
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