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

8 lines
88 B
Perl
Executable File

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