3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-11 14:39:31 +01:00
ergo/vendor/github.com/toorop/go-dkim/watch
Shivaram Lingamneni ee05a4324d fix #920, #921
2020-04-05 03:48:59 -04:00

4 lines
126 B
Plaintext

while true
do
inotifywait -q -r -e modify,attrib,close_write,move,create,delete . && echo "--------------" && go test -v
done