Last active
May 8, 2025 10:27
-
-
Save zzzarius/638231132ef72563d17fa924d0d952f7 to your computer and use it in GitHub Desktop.
Source `.env` file in bash
This file contains hidden or 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
set -o allexport | |
source .envfile | |
set +o allexport |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment