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

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

13 lines
210 B
Plaintext
Raw Normal View History

2011-01-13 02:21:23 +00:00
#!/bin/sh
# $Id: pause-help,v 1.6 2020/11/26 00:05:11 tom Exp $
2011-01-13 02:21:23 +00:00
. ./setup-vars
$DIALOG --title "PAUSE" \
--help-button "$@" \
--pause "Hi, this is a pause widget" 20 70 10
returncode=$?
2011-01-13 02:21:23 +00:00
. ./report-button