ygor

Set all .env variables at once

Feb 8th, 2022
1,124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.05 KB | None | 0 0
  1. set -o allexport; source .env; set +o allexport
Advertisement
Add Comment
Please, Sign In to add comment