aboutsummaryrefslogtreecommitdiff
path: root/samples/timebox2-stdout
blob: 71a4fa443814d97e4768e2e459a4d3af23f3ed90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/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