Skip to content

Instantly share code, notes, and snippets.

@eftakhairul
Created October 13, 2015 06:31
Show Gist options
  • Save eftakhairul/458a251ee66e197f7c29 to your computer and use it in GitHub Desktop.
Save eftakhairul/458a251ee66e197f7c29 to your computer and use it in GitHub Desktop.
Nodejs deployment
#!/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