Skip to content

Instantly share code, notes, and snippets.

@hwshim0810
Last active February 19, 2022 18:02
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 hwshim0810/5c6493248f9e58783b36074fd2af2234 to your computer and use it in GitHub Desktop.
Save hwshim0810/5c6493248f9e58783b36074fd2af2234 to your computer and use it in GitHub Desktop.
Read dotenv and export env variables with ignore comment, alias in shell script
export $(cat .env | grep -v ^# | grep -v ^alias | xargs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment