Files
rex/test/environments/rex.variables
Chris Punches d0391b7304 woops
2021-04-07 00:00:00 -04: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"