shell/图形化桌面的脚本编程/使用msgbox部件.sh

4 lines
65 B
Bash
Raw Permalink Normal View History

2016-05-18 15:54:22 +08:00
#!/bin/bash
dialog --title text --msgbox "This is a test" 10 20