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