Current File : //proc/self/root/kunden/proc/thread-self/root/usr/share/doc/dialog/samples/pause-extra
#!/bin/sh
# $Id: pause-extra,v 1.2 2020/11/26 00:05:11 tom Exp $

. ./setup-vars

$DIALOG --title "PAUSE" \
	--extra-button "$@" \
	--pause "Hi, this is a pause widget" 20 70 10

returncode=$?
echo return $returncode

. ./report-button