Created
August 18, 2015 09:01
-
-
Save xcodebuild/8b75e049206c4db4c1a3 to your computer and use it in GitHub Desktop.
Makefile watch for file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| watch: | |
| while true; do \ | |
| <what you want to do> \ | |
| inotifywait -qre close_write .; \ | |
| done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment