freebsd-dev/crypto/openssl/util/deleof.pl
2000-01-10 06:22:05 +00:00

8 lines
88 B
Perl
Executable File

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