Created
October 13, 2015 06:31
-
-
Save eftakhairul/458a251ee66e197f7c29 to your computer and use it in GitHub Desktop.
Nodejs deployment
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/bash | |
while: | |
do | |
node server.js | |
echo "server crached!" | |
sleep 1 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment