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