mirror of
https://github.com/ergochat/ergo.git
synced 2025-03-31 04:47:03 +02: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 |