Skip to content

Instantly share code, notes, and snippets.

@josfaber
Last active January 29, 2022 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josfaber/18c8fee48c4f1aa810beb40490998926 to your computer and use it in GitHub Desktop.
Save josfaber/18c8fee48c4f1aa810beb40490998926 to your computer and use it in GitHub Desktop.
Source all .env variables in bash
set -o allexport;
. ./.env;
set +o allexport
# echo $VAR_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment