Using environment variables in modern applications is very common
https://unix.stackexchange.com/questions/79064/how-to-export-variables-from-a-file
https://unix.stackexchange.com/a/79084/30988
set -a . ./tmp.txt set +a
Using environment variables in modern applications is very common
https://unix.stackexchange.com/questions/79064/how-to-export-variables-from-a-file
https://unix.stackexchange.com/a/79084/30988
set -a . ./tmp.txt set +a