File: watch

package info (click to toggle)
golang-github-toorop-go-dkim 0.0~git20201103.e1cd1a0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 156 kB
  • sloc: makefile: 2
file content (4 lines) | stat: -rwxr-xr-x 126 bytes parent folder | download | duplicates (2)
1
2
3
4
while true
do 
inotifywait -q -r -e modify,attrib,close_write,move,create,delete . && echo "--------------" && go test -v
done