Skip to content

Instantly share code, notes, and snippets.

@thomersch
Created July 9, 2014 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomersch/43ccd01cad75c5e2d54b to your computer and use it in GitHub Desktop.
Save thomersch/43ccd01cad75c5e2d54b to your computer and use it in GitHub Desktop.
Run script on file change
# 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