10 lines
172 B
Bash
Executable File
10 lines
172 B
Bash
Executable File
#!/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
|