6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
|
set -a
|
||
|
|
||
|
echo "This is output from loading the variables file."
|
||
|
TEST_VAR="999"
|
||
|
|