Skip to content

Instantly share code, notes, and snippets.

@brianloveswords
Created March 11, 2015 16:08
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 brianloveswords/34e77fb780e9a3d66fea to your computer and use it in GitHub Desktop.
Save brianloveswords/34e77fb780e9a3d66fea to your computer and use it in GitHub Desktop.
while inotifywait -e MODIFY -r $HOME 2> /dev/null
do
bundle exec nanoc compile
done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment