5 lines
No EOL
138 B
Bash
5 lines
No EOL
138 B
Bash
if zenity --title="Linux Setup" --ok-label="Yes" --cancel-label="No" --question --text="Choose"; then
|
|
echo "Yes"
|
|
else
|
|
echo "No"
|
|
fi |