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