mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 10:53:39 +01:00
12 lines
233 B
Bash
Executable File
12 lines
233 B
Bash
Executable File
#!/bin/sh
|
|
# $Id: rangebox2,v 1.3 2020/11/26 00:09:12 tom Exp $
|
|
|
|
. ./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=$?
|
|
exec 3>&-
|
|
|
|
. ./report-string
|