Skip to content

Instantly share code, notes, and snippets.

@AGhost-7
Created January 8, 2016 15:50
Show Gist options
  • Select an option

  • Save AGhost-7/42443b87dd9141b6202a to your computer and use it in GitHub Desktop.

Select an option

Save AGhost-7/42443b87dd9141b6202a to your computer and use it in GitHub Desktop.
use `./run-app` instead of `node server.js`
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