Last active
December 21, 2015 05:49
-
-
Save justinriggio/6259724 to your computer and use it in GitHub Desktop.
quick script to run
This file contains 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/sh | |
export MONGO_URL='mongodb://localhost:27017/appname' | |
export ROOT_URL='http://domain.com' | |
export MAIL_URL='smtp://[email protected]:587' | |
node main.js | |
#forever main.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment