Skip to content

Instantly share code, notes, and snippets.

@Muldec
Created March 22, 2019 13:16
Show Gist options
  • Save Muldec/25c63ee85fda3f4e7eddeb203d698118 to your computer and use it in GitHub Desktop.
Save Muldec/25c63ee85fda3f4e7eddeb203d698118 to your computer and use it in GitHub Desktop.
Set environment variables from .env file
set -o allexport
source conf-file
set +o allexport
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment