mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-11 06:29:29 +01:00
4 lines
126 B
Plaintext
4 lines
126 B
Plaintext
|
while true
|
||
|
do
|
||
|
inotifywait -q -r -e modify,attrib,close_write,move,create,delete . && echo "--------------" && go test -v
|
||
|
done
|