Skip to content

Instantly share code, notes, and snippets.

@ivanvmoreno
Last active November 14, 2024 09:29
Show Gist options
  • Select an option

  • Save ivanvmoreno/8bb1b4811b7ea0fb73c00afbebc21af1 to your computer and use it in GitHub Desktop.

Select an option

Save ivanvmoreno/8bb1b4811b7ea0fb73c00afbebc21af1 to your computer and use it in GitHub Desktop.
Export dotenv file variables to OS
export $(grep -v '^#' .env | xargs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment