Skip to content

Instantly share code, notes, and snippets.

@l0b0
Created December 7, 2010 14:22
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 l0b0/731828 to your computer and use it in GitHub Desktop.
Save l0b0/731828 to your computer and use it in GitHub Desktop.
Test when something changes
while true
do
inotifywait -e modify,attrib,move,delete .
make test
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment