Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@moser
Created April 3, 2014 06:32
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 moser/9949291 to your computer and use it in GitHub Desktop.
Save moser/9949291 to your computer and use it in GitHub Desktop.
Poor man's autotest for any language
while true; do inotifywait -e modify file1 my_test_file1 ... && MY_TEST_COMMAND; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment