aboutsummaryrefslogtreecommitdiff
path: root/samples/pause-help
blob: 6d45753da520fd1d60d5f3ec53976e2618698b73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# $Id: pause-help,v 1.6 2020/11/26 00:05:11 tom Exp $

. ./setup-vars

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

returncode=$?

. ./report-button