Files
rex/test/components/curses_dialog.bash
Chris Punches 199d93a2b2 clean push
2021-03-25 02:13:48 -04:00

9 lines
123 B
Bash
Executable File

#!/usr/bin/env bash
dialog --title "Dialog title" --inputbox "Enter your name:" 0 0
echo test
#cat /dev/urandom
exit $?