X-Git-Url: https://jasonwoof.com/gitweb/?p=hexbog.git;a=blobdiff_plain;f=t;h=711f21c533211d1191a9092777c91f3a2c5aff21;hp=fc2487116967773f4eb05dc0bf03635be2e70e29;hb=643696e68d5a23c907592334432796738fcc288c;hpb=c5ea138fb8cfce9977ce486c9fbceedebe8af2c4 diff --git a/t b/t index fc24871..711f21c 100755 --- a/t +++ b/t @@ -3,6 +3,10 @@ while true do inotifywait -q -e close_write -e delete_self `git ls-files` >/dev/null 2>&1 || exit - verbose make - dwb -x reload + if verbose make; then + notify-send "hexbog" "built" + else + notify-send "hexbog" "error building" + fi + #verbose make && dwb -x reload done