Created
August 8, 2010 00:31
-
-
Save daleharvey/513393 to your computer and use it in GitHub Desktop.
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
#!/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