Files
rex/test/environments/examplar.variables
2021-03-07 23:29:47 -05:00

12 lines
112 B
Bash

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