]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - gnu/usr.bin/dialog/TESTS/infobox
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / gnu / usr.bin / dialog / TESTS / infobox
1 #!/bin/sh
2 DIALOG=${DIALOG=/usr/bin/dialog}
3
4 $DIALOG --title "INFO BOX" \
5         --infobox "Hi, this is an information box. It is
6 different from a message box in that it will
7 not pause waiting for input after displaying
8 the message. The pause here is only introduced
9 by the sleep command, not by dialog.
10
11 You have 10 seconds to read this..." -1 -1
12
13 stty -echo
14 sleep 10
15 stty echo