9 lines
135 B
Bash
Executable File
9 lines
135 B
Bash
Executable File
#!/usr/bin/bash
|
|
#
|
|
echo test from script
|
|
/usr/bin/dialog --title "This should be one argument" --inputbox "Enter your name:" 0 0
|
|
|
|
|
|
|
|
env
|