Initial import of binutils 2.22 on the new vendor branch
[dragonfly.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