Created
September 2, 2016 08:29
-
-
Save oz/ba584d133931beb18a4edfc03ea191e0 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
onchange () { | |
while inotifywait --exclude .swp -e modify -r . | |
do | |
$@ | |
done | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment