Skip to content

Instantly share code, notes, and snippets.

@PetrGlad
Created September 4, 2019 21:08
Show Gist options
  • Save PetrGlad/7f7898eb6f8107607e064fdffaf3da70 to your computer and use it in GitHub Desktop.
Save PetrGlad/7f7898eb6f8107607e064fdffaf3da70 to your computer and use it in GitHub Desktop.
Continuous retest
while inotifywait -e modify -r . ;
do
lein test;
echo;
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment