From 8f4d784c77df73ae810465c7b6ceb1efc112866a Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sun, 14 Jun 2015 13:34:02 +0200 Subject: Added script for rebuilding on every file change --- watch.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 watch.sh diff --git a/watch.sh b/watch.sh new file mode 100755 index 0000000..a22e34c --- /dev/null +++ b/watch.sh @@ -0,0 +1,4 @@ +while true; do + inotifywait -r -e modify,move ./ + ./test.sh +done -- cgit v1.2.3