From 7e8dce7224214cbb82e9191917de9f234fe38cb7 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sat, 1 Aug 2015 14:35:58 +0200 Subject: Implemented structure of network --- watch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'watch.sh') 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 -- cgit v1.2.3