Skip to content

Instantly share code, notes, and snippets.

@canhlinh
Created August 26, 2022 06:56
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 canhlinh/c2a0624b601103fe4be1173b2def7d2b to your computer and use it in GitHub Desktop.
Save canhlinh/c2a0624b601103fe4be1173b2def7d2b to your computer and use it in GitHub Desktop.
Export all variable from ENV file
set -o allexport
source conf-file
set +o allexport
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment