From 0b7b2c69ec83497d9accab064da0f4ad07662d42 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Thu, 19 Mar 2009 13:59:30 +0000 Subject: prepare for new build system git-svn-id: svn://tug.org/texlive/trunk@12429 c570f23f-e606-0410-a88d-b1316a301751 --- .../dialog/dialog-1.1-20080819/samples/infobox3 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 Build/source/utils/dialog/dialog-1.1-20080819/samples/infobox3 (limited to 'Build/source/utils/dialog/dialog-1.1-20080819/samples/infobox3') diff --git a/Build/source/utils/dialog/dialog-1.1-20080819/samples/infobox3 b/Build/source/utils/dialog/dialog-1.1-20080819/samples/infobox3 new file mode 100755 index 00000000000..145b6403dbc --- /dev/null +++ b/Build/source/utils/dialog/dialog-1.1-20080819/samples/infobox3 @@ -0,0 +1,21 @@ +#! /bin/sh +# $Id: infobox3,v 1.2 2003/08/15 19:40:37 tom Exp $ +: ${DIALOG=dialog} + +left=10 +unit="seconds" +while test $left != 0 +do + +$DIALOG --sleep 1 \ + --begin 5 0 \ + --title "INFO BOX" \ + --infobox "Hi, this is an information box. It is +different from a message box: it will +not pause waiting for input after displaying +the message. The pause here is only introduced +by the sleep command within dialog. +You have $left $unit to read this..." 0 0 +left=`expr $left - 1` +test $left = 1 && unit="second" +done -- cgit v1.2.3