Files
rex/sample/environments/rex.variables
2023-02-17 03:21:24 -05:00

13 lines
123 B
Bash
Executable File

#!/usr/bin/bash
set -a
echo "variables file says hello and set a variable named TEST_VAR"
TEST_VAR="999"
TERM=xterm