Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save darwinsubramaniam/d9737501ca8b68666a205f3e7316aff8 to your computer and use it in GitHub Desktop.
Save darwinsubramaniam/d9737501ca8b68666a205f3e7316aff8 to your computer and use it in GitHub Desktop.
loading .Env in bash
export $(grep -v '^#' .env | xargs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment