diff options
Diffstat (limited to 'Build/source/utils/dialog/dialog-1.1-20080819/samples/timebox-stdout')
-rwxr-xr-x | Build/source/utils/dialog/dialog-1.1-20080819/samples/timebox-stdout | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Build/source/utils/dialog/dialog-1.1-20080819/samples/timebox-stdout b/Build/source/utils/dialog/dialog-1.1-20080819/samples/timebox-stdout deleted file mode 100755 index 82ba27671ca..00000000000 --- a/Build/source/utils/dialog/dialog-1.1-20080819/samples/timebox-stdout +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -# $Id: timebox-stdout,v 1.1 2003/08/15 19:40:37 tom Exp $ -: ${DIALOG=dialog} - -USERTIME=`$DIALOG --stdout --title "TIMEBOX" --timebox "Please set the time..." 0 0 12 34 56` - -case $? in - 0) - echo "Time entered: $USERTIME.";; - 1) - echo "Cancel pressed.";; - 255) - echo "Box closed.";; -esac |