linux-tutorial/codes/shell/示例脚本/菜单/使用msgbox部件.sh

4 lines
65 B
Bash
Raw Normal View History

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