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