mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 03:40:37 -05:00
9 lines
165 B
Bash
Executable file
9 lines
165 B
Bash
Executable file
#!/bin/sh
|
|
# $Id: prgbox,v 1.2 2012/07/02 09:46:24 tom Exp $
|
|
|
|
. ./setup-vars
|
|
|
|
$DIALOG --title "PRGBOX" "$@" --prgbox "./shortlist" 20 70
|
|
|
|
retval=$?
|
|
. ./report-button
|