Browse Source

add watch script

pull/1/head
wes 7 years ago
parent
commit
9e2f8959a1
  1. 5
      watch.sh

5
watch.sh

@ -0,0 +1,5 @@
#! /usr/bin/bash
while inotifywait -qqre modify "./src"; do
fab locbuild
done
Loading…
Cancel
Save