freebsd-dev/contrib/dialog/samples/rangebox2
Baptiste Daroussin 2a3e3873a1 Update dialog to 1.2-20130523
Level up WARNS
2013-06-17 10:28:55 +00:00

12 lines
225 B
Bash
Executable File

#!/bin/sh
# $Id: rangebox2,v 1.1 2012/12/05 10:28:58 tom Exp $
. ./setup-vars
exec 3>&1
RESULT=`$DIALOG --title "RANGE BOX" --rangebox "Please set the volume..." 0 60 0 6 5 2>&1 1>&3`
retval=$?
exec 3>&-
. ./report-string