1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/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/);
}