Skip to content

Instantly share code, notes, and snippets.

@mattes
Last active January 9, 2017 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattes/1879fc5b157036300c878490963b22fb to your computer and use it in GitHub Desktop.
Save mattes/1879fc5b157036300c878490963b22fb to your computer and use it in GitHub Desktop.
inotifywait
# apt-get install inotify-tools
# watch 'go test .'
watch() { while inotifywait --exclude .git -r -qq .; sleep 1; do $@; done }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment