#!/bin/sh # $Id: timebox-stdout 1073 2021-06-27 05:01:23Z $ . ./setup-vars RESULT=`$DIALOG --stdout --title "TIMEBOX" "$@" --timebox "Please set the time..." 0 0 12 34 56` retval=$? . ./report-string