2020-07-02 02:57:32 +00:00
|
|
|
#!/bin/bash
|
2020-06-29 06:22:11 +00:00
|
|
|
|
2021-03-08 04:29:47 +00:00
|
|
|
echo "TEST OUTPUT: Test var is: $TEST_VAR"
|
2020-06-29 06:22:11 +00:00
|
|
|
|
|
|
|
#dialog --stdout --title "Interact with me!" \
|
|
|
|
# --backtitle "This is user interaction." \
|
|
|
|
# --yesno "Yes: pass, No: fail" 7 60
|
2021-03-08 04:29:47 +00:00
|
|
|
exit $?
|