read environment variable from bash script code example
Example 1: env variable bash
#print enviornment variable bash
echo $TEST_VAR
Example 2: bash get environment variable
Just type next command to list all environments varialbes in terminal:
printenv