2a3e3873a1
Level up WARNS
10 lines
168 B
Bash
Executable File
10 lines
168 B
Bash
Executable File
#!/bin/sh
|
|
# $Id: prgbox2,v 1.2 2012/07/02 09:46:24 tom Exp $
|
|
|
|
. ./setup-vars
|
|
|
|
$DIALOG --title "PRGBOX" "$@" --prgbox "./shortlist 3" 20 70
|
|
|
|
retval=$?
|
|
. ./report-button
|