summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/dialog/TESTS/prgbox
blob: 708df5d65814f03abf4bcecdfb74f1a3b8c68d65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
DIALOG=${DIALOG=/usr/bin/dialog}

$DIALOG --title "PROGRAM BOX: 'cal'" --clear \
	--prgbox "cal" 13 27

case $? in
  0)
    echo "OK";;
  255)
    echo "ESC pressed.";;
esac
OpenPOWER on IntegriCloud