Skip to content

Instantly share code, notes, and snippets.

@rjchicago
Last active November 15, 2022 01:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rjchicago/1123bd8d56eb27019a9076fc94b3dcb1 to your computer and use it in GitHub Desktop.
Save rjchicago/1123bd8d56eb27019a9076fc94b3dcb1 to your computer and use it in GitHub Desktop.
Export Variables from .env
set -a; source .env; set +a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment