linux-tutorial/codes/shell/菜单/使用msgbox部件.sh
2019-10-29 18:22:19 +08:00

4 lines
73 B
Bash

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