Created
July 9, 2014 16:40
-
-
Save thomersch/43ccd01cad75c5e2d54b to your computer and use it in GitHub Desktop.
Run script on file change
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
# Preparation | |
brew install fswatch | |
# watching | |
fswatch -o /coding/ts_website/pages/ | xargs -n1 /coding/ts_website/pagewerk.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment