Created
February 15, 2020 13:44
-
-
Save pataruco/0bf9f6e0aa05f48ee63b429fe14d9783 to your computer and use it in GitHub Desktop.
environmental variables that work on shell and dotenv
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
#!/bin/bash | |
set -euo pipefail | |
set -a | |
source .env | |
set +a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment