/contrib/dialog/samples/pause-extra
https://bitbucket.org/freebsd/freebsd-head/ · Shell · 13 lines · 7 code · 4 blank · 2 comment · 0 complexity · 7305f81b2338fae479088383105e3c4f MD5 · raw file
- #!/bin/sh
- # $Id: pause-extra,v 1.1 2011/01/18 09:49:07 tom Exp $
- . ./setup-vars
- $DIALOG --title "PAUSE" \
- --extra-button "$@" \
- --pause "Hi, this is a pause widget" 20 70 10
- retval=$?
- echo return $retval
- . ./report-button