2011-04-17 13:00:55 -04:00
|
|
|
#!/bin/sh
|
2012-10-21 14:18:09 -04:00
|
|
|
# $Id: prgbox,v 1.2 2012/07/02 09:46:24 tom Exp $
|
2011-04-17 13:00:55 -04:00
|
|
|
|
|
|
|
|
. ./setup-vars
|
|
|
|
|
|
|
|
|
|
$DIALOG --title "PRGBOX" "$@" --prgbox "./shortlist" 20 70
|
2012-10-21 14:18:09 -04:00
|
|
|
|
|
|
|
|
retval=$?
|
|
|
|
|
. ./report-button
|