rex/test/components/independent_test_1.bash

8 lines
182 B
Bash
Raw Normal View History

#!/bin/bash
echo "Test var is: $TEST_VAR"
#dialog --stdout --title "Interact with me!" \
# --backtitle "This is user interaction." \
# --yesno "Yes: pass, No: fail" 7 60
exit $?