summaryrefslogtreecommitdiffstats
path: root/contrib/dialog/samples/timebox2-stdout
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/dialog/samples/timebox2-stdout')
-rwxr-xr-xcontrib/dialog/samples/timebox2-stdout10
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/dialog/samples/timebox2-stdout b/contrib/dialog/samples/timebox2-stdout
new file mode 100755
index 0000000..922921f
--- /dev/null
+++ b/contrib/dialog/samples/timebox2-stdout
@@ -0,0 +1,10 @@
+#!/bin/sh
+# $Id: timebox2-stdout,v 1.5 2010/01/13 10:37:55 tom Exp $
+
+. ./setup-vars
+
+RESULT=`$DIALOG --stdout --title "TIMEBOX" "$@" --timebox "Please set the time..." 0 0`
+
+retval=$?
+
+. ./report-string
OpenPOWER on IntegriCloud