Created
February 1, 2017 03:29
-
-
Save nushio3/4b50293de37086db8c87bd43946ab04f to your computer and use it in GitHub Desktop.
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
#!/bin/sh | |
while : | |
do | |
$1 | |
inotifywait -q -e modify --exclude '~$' -r ./src/ -r ./tests/ | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment