14c8945a0SNathan Whitehorn#!/bin/sh 2*a96ef450SBaptiste Daroussin# $Id: timebox,v 1.11 2020/11/26 00:09:31 tom Exp $ 34c8945a0SNathan Whitehorn 44c8945a0SNathan Whitehorn. ./setup-vars 54c8945a0SNathan Whitehorn 64c8945a0SNathan WhitehornDIALOG_ERROR=254 74c8945a0SNathan Whitehornexport DIALOG_ERROR 84c8945a0SNathan Whitehorn 94c8945a0SNathan Whitehornexec 3>&1 10*a96ef450SBaptiste Daroussinreturntext=`$DIALOG --title "TIMEBOX" "$@" --timebox "Please set the time..." 0 0 12 34 56 2>&1 1>&3` 11*a96ef450SBaptiste Daroussinreturncode=$? 124c8945a0SNathan Whitehornexec 3>&- 134c8945a0SNathan Whitehorn 144c8945a0SNathan Whitehorn. ./report-string 15