12 lines
112 B
Plaintext
12 lines
112 B
Plaintext
|
#!/usr/bin/bash
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
set -a
|
||
|
|
||
|
echo "variables file says hello and set a variable named TEST_VAR"
|
||
|
TEST_VAR="999"
|
||
|
|