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