diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-17 10:00:48 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-17 10:00:48 +0000 |
| commit | c1ba58ff2b09604bd03d15a844fb5c09e2e38ef6 (patch) | |
| tree | d48b8f5f4c81e26e8dbb6597554286f1d6d53d3a /samples/rangebox4 | |
| parent | 5f120a342bce9d4f0afede0510bdd9adc5bcc061 (diff) | |
Notes
Diffstat (limited to 'samples/rangebox4')
| -rwxr-xr-x | samples/rangebox4 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/samples/rangebox4 b/samples/rangebox4 new file mode 100755 index 000000000000..b8b68c2c661c --- /dev/null +++ b/samples/rangebox4 @@ -0,0 +1,11 @@ +#!/bin/sh +# $Id: rangebox4,v 1.1 2012/12/05 11:54:04 tom Exp $ + +. ./setup-vars + +exec 3>&1 +RESULT=`$DIALOG --title "RANGE BOX" --rangebox "Please set the volume..." 0 60 10 100 5 2>&1 1>&3` +retval=$? +exec 3>&- + +. ./report-string |
