diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-01-21 09:49:19 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-01-21 09:49:19 +0000 |
commit | c56717f989a201882c2faa6adc8d8e4c10613d84 (patch) | |
tree | 218dd43dce20dd0a53a1e4dd30a404692329d7d7 /Build/source/utils/dialog/dialog-1.1-20080819/samples/gauge3 | |
parent | cec0352ea4342dd640170abf7a8209092f9dc6e3 (diff) |
dialog 1.1-20100119
git-svn-id: svn://tug.org/texlive/trunk@16796 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/dialog/dialog-1.1-20080819/samples/gauge3')
-rwxr-xr-x | Build/source/utils/dialog/dialog-1.1-20080819/samples/gauge3 | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Build/source/utils/dialog/dialog-1.1-20080819/samples/gauge3 b/Build/source/utils/dialog/dialog-1.1-20080819/samples/gauge3 deleted file mode 100755 index 93b0041fcef..00000000000 --- a/Build/source/utils/dialog/dialog-1.1-20080819/samples/gauge3 +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -# $Id: gauge3,v 1.3 2008/07/22 23:48:56 tom Exp $ -: ${DIALOG=dialog} - -( -sleep 1 -for n in 0 1 2 3 4 5 4 3 2 1 0 -do -PCT=`expr $n \* $n \* 4` -cat <<EOF -XXX -$PCT -The new\n\ -message ($PCT percent) -XXX -EOF -sleep 1 -done -) | - -$DIALOG --title "GAUGE" --gauge "Hi, this is a gauge widget" 10 70 0 |