mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
7 lines
139 B
Plaintext
7 lines
139 B
Plaintext
|
#!/bin/sh
|
||
|
# $Id: prgbox2,v 1.1 2011/03/02 01:25:54 tom Exp $
|
||
|
|
||
|
. ./setup-vars
|
||
|
|
||
|
$DIALOG --title "PRGBOX" "$@" --prgbox "./shortlist 3" 20 70
|