Last active
December 18, 2017 10:58
-
-
Save gerardorf/48c0c383d84a7c70c34be493b8915b82 to your computer and use it in GitHub Desktop.
Run a command on file change. Monitor directory
This file contains 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
// https://github.com/emcrisostomo/fswatch/wiki/How-to-Use-fswatch | |
fswatch -or . | xargs -n1 -I{} echo hola |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment