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