diff options
| author | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2011-01-13 02:21:23 +0000 |
|---|---|---|
| committer | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2011-01-13 02:21:23 +0000 |
| commit | fe24989830eac66b52d803c7a65ebf438100b714 (patch) | |
| tree | 31f235d6bd424e7318015827321080547d47c5ee /samples/pause-help | |
Notes
Diffstat (limited to 'samples/pause-help')
| -rwxr-xr-x | samples/pause-help | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/samples/pause-help b/samples/pause-help new file mode 100755 index 000000000000..2d3656e71963 --- /dev/null +++ b/samples/pause-help @@ -0,0 +1,12 @@ +#!/bin/sh +# $Id: pause-help,v 1.5 2010/01/13 10:36:00 tom Exp $ + +. ./setup-vars + +$DIALOG --title "PAUSE" \ + --help-button "$@" \ + --pause "Hi, this is a pause widget" 20 70 10 + +retval=$? + +. ./report-button |
