freebsd-src/contrib/dialog/samples/timebox2-stdout
2021-02-26 10:16:49 +01:00

11 lines
212 B
Bash
Executable file

#!/bin/sh
# $Id: timebox2-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`
returncode=$?
. ./report-string