Skip to content

Instantly share code, notes, and snippets.

@mfb2
Created August 12, 2019 15:57
Show Gist options
  • Save mfb2/ec430361de0483f208bfa3f93c660cb9 to your computer and use it in GitHub Desktop.
Save mfb2/ec430361de0483f208bfa3f93c660cb9 to your computer and use it in GitHub Desktop.
Set environment variables using .env file
set -o allexport && source .env && set +o allexport
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment