Current File : //usr/share/doc/dialog-1.2/samples/prgbox
#!/bin/sh
# $Id: prgbox,v 1.2 2012/07/02 09:46:24 tom Exp $

. ./setup-vars

$DIALOG --title "PRGBOX" "$@" --prgbox "./shortlist" 20 70

retval=$?
. ./report-button