Created
July 7, 2020 14:39
-
-
Save phnahes/ec71c9bdd3800b8047afe4052f609a15 to your computer and use it in GitHub Desktop.
parse .env
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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