Dev - shell

Export all variables defined in a .env file

source .env
export $(grep -v '^#' .env | cut -f 1 -d '=' | xargs)