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