mirror of https://github.com/fengyuhetao/shell.git
4 lines
65 B
Bash
4 lines
65 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
dialog --title text --msgbox "This is a test" 10 20
|