Created
June 19, 2020 13:14
-
-
Save rogervila/0826a521bd9dbba96c753fb77de53324 to your computer and use it in GitHub Desktop.
Export variables from file
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
# Original: https://unix.stackexchange.com/questions/79064/how-to-export-variables-from-a-file | |
source .env | |
export $(cut -d= -f1 .env) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment