mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 00:45:17 -04:00
10 lines
220 B
Bash
Executable file
10 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
|