Skip to content

Instantly share code, notes, and snippets.

@daleharvey
Created August 8, 2010 00:31
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 daleharvey/513393 to your computer and use it in GitHub Desktop.
Save daleharvey/513393 to your computer and use it in GitHub Desktop.
#!/bin/sh
node node.imgup.js &
while inotifywait -e modify $(pwd); do
echo "Burn and Die"
killall node
node node.imgup.js &
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment