3
0
mirror of https://github.com/ergochat/ergo.git synced 2025-02-10 19:40:50 +01:00

4 lines
126 B
Plaintext
Raw Normal View History

2020-04-05 03:48:59 -04:00
while true
do
inotifywait -q -r -e modify,attrib,close_write,move,create,delete . && echo "--------------" && go test -v
done