Skip to content

Instantly share code, notes, and snippets.

@sanisoclem
Created December 7, 2022 03:16
Show Gist options
  • Save sanisoclem/1cd1506dde74ea283ef1b4903b7faf8f to your computer and use it in GitHub Desktop.
Save sanisoclem/1cd1506dde74ea283ef1b4903b7faf8f to your computer and use it in GitHub Desktop.
Load .env
export $(cat .env | grep -v '#' | sed 's/\r$//' | awk '/=/ {print $1}' )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment