9 lines
123 B
Bash
Executable File
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 $?
|
|
|