mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 10:53:39 +01:00
11 lines
220 B
Bash
Executable File
11 lines
220 B
Bash
Executable File
#!/bin/sh
|
|
# $Id: timebox-stdout,v 1.7 2020/11/26 00:09:31 tom Exp $
|
|
|
|
. ./setup-vars
|
|
|
|
returntext=`$DIALOG --stdout --title "TIMEBOX" "$@" --timebox "Please set the time..." 0 0 12 34 56`
|
|
|
|
returncode=$?
|
|
|
|
. ./report-string
|