fkloft 1ddb9c08ef update autobuild.sh
the ignore rule was broken because it's a RegExp, not a globbing pattern
2015-01-22 17:59:47 +01:00

10 lines
202 B
Bash
Executable File

#!/bin/sh
./build.py $*
FORMAT=$(echo "\033[1;33m%w%f\033[0m written")
while inotifywait -qre close_write --format "$FORMAT" . @./build/ @./mobile/bin/ @./mobile/gen/ @./.git/
do
./build.py $*
done