summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/dialog/TESTS/infobox
blob: 764dc0811a56209324d2b66682907e3fb85220bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
DIALOG=${DIALOG=/usr/bin/dialog}

$DIALOG --title "INFO BOX" \
        --infobox "Hi, this is an information box. It is
different from a message box in that it will
not pause waiting for input after displaying
the message. The pause here is only introduced
by the sleep command, not by dialog.

You have 10 seconds to read this..." 10 52

stty -echo
sleep 10
stty echo
OpenPOWER on IntegriCloud