rex/sample/environments/rex.variables

12 lines
112 B
Plaintext
Raw Permalink Normal View History

2021-04-07 04:00:00 +00:00
#!/usr/bin/bash
set -a
echo "variables file says hello and set a variable named TEST_VAR"
TEST_VAR="999"