X-Git-Url: https://jasonwoof.com/gitweb/?p=hexbog.git;a=blobdiff_plain;f=t;fp=t;h=fc2487116967773f4eb05dc0bf03635be2e70e29;hp=0000000000000000000000000000000000000000;hb=c5ea138fb8cfce9977ce486c9fbceedebe8af2c4;hpb=2b426ca9467ccfa6ffb5a3e60905650c9f601d7a diff --git a/t b/t new file mode 100755 index 0000000..fc24871 --- /dev/null +++ b/t @@ -0,0 +1,8 @@ +#!/bin/bash + +while true +do + inotifywait -q -e close_write -e delete_self `git ls-files` >/dev/null 2>&1 || exit + verbose make + dwb -x reload +done