6 lines
138 B
Bash
Executable File
6 lines
138 B
Bash
Executable File
#! /bin/zsh
|
|
|
|
zenity --title="$1" --info --text="$2" \
|
|
|| gum confirm "You closed the dialog, do you want to continue?" \
|
|
|| break
|