Skip to content

Instantly share code, notes, and snippets.

@198d
Created February 3, 2014 20:56
Show Gist options
  • Save 198d/8792224 to your computer and use it in GitHub Desktop.
Save 198d/8792224 to your computer and use it in GitHub Desktop.
function passenger_watcher {
while inotifywait -qq -e modify -e delete -e move -r @./.venv @./.git . ; do
touch tmp/restart.txt
done
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment