freebsd-skq/contrib/dialog/samples/prgbox
2013-06-17 10:28:55 +00:00

10 lines
165 B
Bash
Executable File

#!/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