opnsense-src/contrib/dialog/samples/prgbox2

10 lines
168 B
Text
Raw Normal View History

2011-04-17 13:00:55 -04:00
#!/bin/sh
2012-10-21 14:18:09 -04:00
# $Id: prgbox2,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 3" 20 70
2012-10-21 14:18:09 -04:00
retval=$?
. ./report-button