opnsense-src/crypto/openssl/util/deleof.pl
2008-08-23 10:51:00 +00:00

7 lines
88 B
Perl
Executable file

#!/usr/local/bin/perl
while (<>)
{
print
last if (/^# DO NOT DELETE THIS LINE/);
}