Created
January 8, 2016 15:50
-
-
Save AGhost-7/42443b87dd9141b6202a to your computer and use it in GitHub Desktop.
use `./run-app` instead of `node server.js`
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
| script=" | |
| export APP_CONFIG_PATH=`pwd` | |
| node server.js | |
| " | |
| echo $script > run-app | |
| chmod +x run-app | |
| echo run-app >> .git/info/exclude |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment