mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-21 08:24:10 +01:00
7466462628
infringement reasons.
8 lines
88 B
Perl
Executable File
8 lines
88 B
Perl
Executable File
#!/usr/local/bin/perl
|
|
|
|
while (<>)
|
|
{
|
|
print
|
|
last if (/^# DO NOT DELETE THIS LINE/);
|
|
}
|