mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
6 lines
139 B
Bash
Executable file
6 lines
139 B
Bash
Executable file
#!/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
|