diff --git a/watch.sh b/watch.sh new file mode 100755 index 0000000..7b626a9 --- /dev/null +++ b/watch.sh @@ -0,0 +1,5 @@ +#! /usr/bin/bash + +while inotifywait -qqre modify "./src"; do + fab locbuild +done