action=$(zenity --height 380 --width 255 --list --title "Ace-of-Penguins" --text "Fun Solitaire Games" --radiolist --column "Select" --column "choose a game" FALSE "golf" FALSE "mastermind" FALSE "solitaire" FALSE "canfield" FALSE "merlin" FALSE "freecell" FALSE "minesweeper" FALSE "pegged" FALSE "taipedit" FALSE "taipei" FALSE "thornq" FALSE "penguins" FALSE "Quit") if [ -z "$action" ];then exit 0 else /usr/bin/$action fi