Skip to content

Instantly share code, notes, and snippets.

@gyuwon
Last active December 30, 2015 11:09
Show Gist options
  • Save gyuwon/7820559 to your computer and use it in GitHub Desktop.
Save gyuwon/7820559 to your computer and use it in GitHub Desktop.
result='forever list | grep app.js'
if ["$result"]
then
echo "Already running."
else
forever start app.js
echo "Started."
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment