linux source env file
set -a
. ./env.txt
set +a
linux source env file
set -a
. ./env.txt
set +a
linux source env file
export $(xargs < .env)
# Explanation
# When we have a .env file like this:
key=val
foo=bar
linux source env file
# convenience command to prepend export to the beginning of
awk '{print "export " $0}' envfile
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us