Skip to content

Instantly share code, notes, and snippets.

@nickcox
Last active May 17, 2021 07:38
Show Gist options
  • Save nickcox/7ba394972bad4ca547ab284c10a751da to your computer and use it in GitHub Desktop.
Save nickcox/7ba394972bad4ca547ab284c10a751da to your computer and use it in GitHub Desktop.
Source environment variables from a .env file
set -a && source .env && set +a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment