more docs
This commit is contained in:
7
autobuild.sh
Executable file
7
autobuild.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
FORMAT=$(echo "\033[1;33m%w%f\033[0m written")
|
||||
while inotifywait -qre close_write --exclude "total-conversion-build.user.js" --format "$FORMAT" .
|
||||
do
|
||||
./build.rb
|
||||
done
|
Reference in New Issue
Block a user