freebsd-src/contrib/dialog/samples/rangebox2

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
233 B
Plaintext
Raw Normal View History

2013-06-17 10:00:48 +00:00
#!/bin/sh
# $Id: rangebox2,v 1.3 2020/11/26 00:09:12 tom Exp $
2013-06-17 10:00:48 +00:00
. ./setup-vars
exec 3>&1
returntext=`$DIALOG --title "RANGE BOX" --rangebox "Please set the volume..." 0 60 0 6 5 2>&1 1>&3`
returncode=$?
2013-06-17 10:00:48 +00:00
exec 3>&-
. ./report-string