Skip to content

Instantly share code, notes, and snippets.

@zzzarius
Last active May 8, 2025 10:27
Show Gist options
  • Save zzzarius/638231132ef72563d17fa924d0d952f7 to your computer and use it in GitHub Desktop.
Save zzzarius/638231132ef72563d17fa924d0d952f7 to your computer and use it in GitHub Desktop.
Source `.env` file in bash
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