linux-tutorial/codes/shell/菜单/使用msgbox部件.sh

4 lines
73 B
Bash
Raw Normal View History

2019-10-29 18:22:19 +08:00
#!/usr/bin/env bash
2019-05-10 11:17:57 +08:00
dialog --title text --msgbox "This is a test" 10 20