freebsd-src/contrib/dialog/samples/pause-both

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
252 B
Plaintext
Raw Normal View History

2011-04-17 17:00:55 +00:00
#!/bin/sh
# $Id: pause-both,v 1.2 2020/11/26 00:05:11 tom Exp $
2011-04-17 17:00:55 +00:00
. ./setup-vars
$DIALOG --title "PAUSE" \
--help-button \
--extra-button "$@" \
--pause "Hi, this is a pause widget" 20 70 10
returncode=$?
echo return $returncode
2011-04-17 17:00:55 +00:00
. ./report-button