Skip to content

Instantly share code, notes, and snippets.

@alvin2ye
Created September 22, 2017 11:09
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 alvin2ye/0d9a704b8599bed40dc90c05ced670af to your computer and use it in GitHub Desktop.
Save alvin2ye/0d9a704b8599bed40dc90c05ced670af to your computer and use it in GitHub Desktop.
auto_run.bash
#/bin/bash
if [ "x$AUTO_START" != "x" ]; then
cd /app && node app.js
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment