freebsd-dev/crypto/openssl/util/deleof.pl

8 lines
88 B
Perl
Raw Normal View History

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