mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
9 lines
172 B
Bash
Executable file
9 lines
172 B
Bash
Executable file
#!/bin/sh
|
|
# $Id: prgbox2,v 1.3 2020/11/26 00:05:11 tom Exp $
|
|
|
|
. ./setup-vars
|
|
|
|
$DIALOG --title "PRGBOX" "$@" --prgbox "./shortlist 3" 20 70
|
|
|
|
returncode=$?
|
|
. ./report-button
|