mirror of
https://github.com/opnsense/src.git
synced 2026-04-09 19:37:37 -04:00
9 lines
248 B
Text
9 lines
248 B
Text
# sfdtopfa.pe
|
|
#
|
|
# This script generates a PFA file from the master SFD using pfaedit.
|
|
#
|
|
# The argument is the name of the SFD without extension;
|
|
# the PFA file is created in the current directory.
|
|
|
|
Open($1:r + ".sfd");
|
|
Generate(($1:t):r + ".pfa");
|