ergo/vendor/github.com/toorop/go-dkim/watch

4 lines
126 B
Plaintext
Raw Normal View History

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