rex/sample/environments/rex.variables

13 lines
123 B
Plaintext
Raw 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"
2023-02-17 08:21:24 +00:00
TERM=xterm
2021-04-07 04:00:00 +00:00