Sign in
cobalt
/
cobalt
/
2a8c847d785c1602f60915c8e0112e0aec6a15a5
/
.
/
src
/
third_party
/
openssl
/
openssl
/
util
/
deleof.pl
blob: 155acd88ff1374cd61f9d6a82aa976e2f58d0c5e [
file
] [
log
] [
blame
]
#!/usr/local/bin/perl
while
(<>)
{
print
last
if
(
/^# DO NOT DELETE THIS LINE/
);
}