rex/test/components/curses_dialog.bash

9 lines
123 B
Bash
Raw Normal View History

2021-03-25 06:13:48 +00:00
#!/usr/bin/env bash
dialog --title "Dialog title" --inputbox "Enter your name:" 0 0
echo test
#cat /dev/urandom
exit $?