Skip to content

Instantly share code, notes, and snippets.

@phnahes
Created July 7, 2020 14:39
Show Gist options
  • Save phnahes/ec71c9bdd3800b8047afe4052f609a15 to your computer and use it in GitHub Desktop.
Save phnahes/ec71c9bdd3800b8047afe4052f609a15 to your computer and use it in GitHub Desktop.
parse .env
source <(grep -v '^#' .env | sed -E 's|^(.+)=(.*)$|: ${\1=\2}; export \1|g')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment