JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
gets harder (way too slowly) as you play
[hexbog.git] / t
1 #!/bin/bash
2
3 while true
4 do
5         inotifywait -q -e close_write -e delete_self `git ls-files` >/dev/null 2>&1 || exit
6         if verbose make; then
7                 notify-send "hexbog" "built"
8         else
9                 notify-send "hexbog" "error building"
10         fi
11         #verbose make && dwb -x reload
12 done