lcpex rewrite - alpha
This commit is contained in:
7
sample/components/curses_dialog.bash
Executable file
7
sample/components/curses_dialog.bash
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
echo CURSES DIALOG TEST
|
||||
echo "This is a test of how curses dialogs are handled. Expect freaky behaviour."
|
||||
|
||||
whiptail --title "Dialog title" --inputbox "Enter your name:" 0 0
|
||||
|
||||
exit $?
|
||||
Reference in New Issue
Block a user