mirror of
https://github.com/opnsense/src.git
synced 2026-04-05 09:25:25 -04:00
7 lines
88 B
Perl
Executable file
7 lines
88 B
Perl
Executable file
#!/usr/local/bin/perl
|
|
|
|
while (<>)
|
|
{
|
|
print
|
|
last if (/^# DO NOT DELETE THIS LINE/);
|
|
}
|