summaryrefslogtreecommitdiff
path: root/contrib/dialog/samples/timebox-stdout
blob: 4ed0d9a23da706df4cef3a5e2439f5227ffe5f98 (plain)
1
2
3
4
5
6
7
8
9
10
#!/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