Skip to content

Instantly share code, notes, and snippets.

@fabsrc
Last active February 2, 2017 10:13
Show Gist options
  • Save fabsrc/60a00b3079757e6e7ea10314288760f9 to your computer and use it in GitHub Desktop.
Save fabsrc/60a00b3079757e6e7ea10314288760f9 to your computer and use it in GitHub Desktop.
Load .env file before program start
env $(cat .env 2>/dev/null | grep -v ^# | xargs) node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment