freebsd-src/contrib/dialog/samples/prgbox

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

10 lines
169 B
Plaintext
Raw Normal View History

2011-04-17 17:00:55 +00:00
#!/bin/sh
# $Id: prgbox,v 1.3 2020/11/26 00:05:11 tom Exp $
2011-04-17 17:00:55 +00:00
. ./setup-vars
$DIALOG --title "PRGBOX" "$@" --prgbox "./shortlist" 20 70
2012-10-21 18:18:09 +00:00
returncode=$?
2012-10-21 18:18:09 +00:00
. ./report-button