Skip to content

Instantly share code, notes, and snippets.

@satendrakumar
Created January 20, 2025 09:18
Show Gist options
  • Save satendrakumar/072e6f4d93cd74b877e8df5478806003 to your computer and use it in GitHub Desktop.
Save satendrakumar/072e6f4d93cd74b877e8df5478806003 to your computer and use it in GitHub Desktop.
Set env variables into current shell
set -a; source .env; set +a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment