Skip to content

Instantly share code, notes, and snippets.

@sushain97
Last active June 25, 2016 18:22
Show Gist options
  • Save sushain97/1d7a3d4b104f9db49786 to your computer and use it in GitHub Desktop.
Save sushain97/1d7a3d4b104f9db49786 to your computer and use it in GitHub Desktop.
while true; do inotifywait . -r -e MODIFY && make debug -j32; done;
while true; do fswatch -o -r . | make debug -j32; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment