Created
February 18, 2023 14:18
-
-
Save darwinsubramaniam/d9737501ca8b68666a205f3e7316aff8 to your computer and use it in GitHub Desktop.
loading .Env in bash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export $(grep -v '^#' .env | xargs) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment