Created
September 22, 2017 11:09
-
-
Save alvin2ye/0d9a704b8599bed40dc90c05ced670af to your computer and use it in GitHub Desktop.
auto_run.bash
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 | |
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