mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
7 lines
136 B
Text
7 lines
136 B
Text
|
|
#!/bin/sh
|
||
|
|
# $Id: prgbox,v 1.1 2011/03/02 00:10:54 tom Exp $
|
||
|
|
|
||
|
|
. ./setup-vars
|
||
|
|
|
||
|
|
$DIALOG --title "PRGBOX" "$@" --prgbox "./shortlist" 20 70
|