aboutsummaryrefslogtreecommitdiff
path: root/samples/pause-extra
blob: a5e366d79d93e5b0d26a437c0e9dbcf8071fca37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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