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

4 lines
65 B
Bash

#!/bin/bash
dialog --title text --msgbox "This is a test" 10 20