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