aboutsummaryrefslogtreecommitdiff
path: root/contrib/dialog/samples/rangebox3
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-17 10:28:55 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-17 10:28:55 +0000
commit2a3e3873a1e4cd958f2b0f85d3b10cfa40575d30 (patch)
tree9f45a4b095479f9ca544ff3abb716d5aefc15eb1 /contrib/dialog/samples/rangebox3
parentc8789c34fd1f02cffc3c0adffa305172e6ec25b5 (diff)
parentc1ba58ff2b09604bd03d15a844fb5c09e2e38ef6 (diff)
downloadsrc-2a3e3873a1e4cd958f2b0f85d3b10cfa40575d30.tar.gz
src-2a3e3873a1e4cd958f2b0f85d3b10cfa40575d30.zip
Update dialog to 1.2-20130523
Level up WARNS
Notes
Notes: svn path=/head/; revision=251843
Diffstat (limited to 'contrib/dialog/samples/rangebox3')
-rwxr-xr-xcontrib/dialog/samples/rangebox311
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/dialog/samples/rangebox3 b/contrib/dialog/samples/rangebox3
new file mode 100755
index 000000000000..19dad64ad990
--- /dev/null
+++ b/contrib/dialog/samples/rangebox3
@@ -0,0 +1,11 @@
+#!/bin/sh
+# $Id: rangebox3,v 1.1 2012/12/05 10:19:42 tom Exp $
+
+. ./setup-vars
+
+exec 3>&1
+RESULT=`$DIALOG --title "RANGE BOX" --rangebox "Please set the volume..." 0 60 -48 55 5 2>&1 1>&3`
+retval=$?
+exec 3>&-
+
+. ./report-string