rex/sample/environments/rex.variables

9 lines
119 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