8 lines
182 B
Bash
Executable File
8 lines
182 B
Bash
Executable File
#!/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 $? |