blob: 12239ce2ae0d19243c50649022005f988b2e228a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
# $Id: prgbox2,v 1.3 2020/11/26 00:05:11 tom Exp $
. ./setup-vars
$DIALOG --title "PRGBOX" "$@" --prgbox "./shortlist 3" 20 70
returncode=$?
. ./report-button
|