mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
3 lines
145 B
Bash
Executable file
3 lines
145 B
Bash
Executable file
#!/bin/sh
|
|
# $Id: dft-extra,v 1.2 2012/07/03 09:44:02 tom Exp $
|
|
DIALOGOPTS="$DIALOGOPTS --extra-button --help-button --default-button extra" "$@"
|