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