Skip to content

Instantly share code, notes, and snippets.

@KavenTheriault
Last active October 19, 2018 17:35
Show Gist options
  • Save KavenTheriault/7cd8712d09c47dd7098e8d6f8a245446 to your computer and use it in GitHub Desktop.
Save KavenTheriault/7cd8712d09c47dd7098e8d6f8a245446 to your computer and use it in GitHub Desktop.
Export env file with one line command
export $(grep -v '^#' .env | xargs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment