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

12 lines
226 B
Bash
Executable File

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