mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
6 lines
136 B
Bash
Executable file
6 lines
136 B
Bash
Executable file
#!/bin/sh
|
|
# $Id: prgbox,v 1.1 2011/03/02 00:10:54 tom Exp $
|
|
|
|
. ./setup-vars
|
|
|
|
$DIALOG --title "PRGBOX" "$@" --prgbox "./shortlist" 20 70
|