#!/bin/sh # $Id: pause-extra 1073 2021-06-27 05:01:23Z $ . ./setup-vars $DIALOG --title "PAUSE" \ --extra-button "$@" \ --pause "Hi, this is a pause widget" 20 70 10 retval=$? echo return $retval . ./report-button