Revision eb37b6aa41c2916c386bce5872b0f90dc22b4247 authored by Andy Polyakov on 05 January 2015, 13:52:56 UTC, committed by Matt Caswell on 08 January 2015, 11:25:45 UTC
Reviewed-by: Emilia Kasper <emilia@openssl.org>
1 parent f66f76a
deleof.pl
#!/usr/local/bin/perl
while (<>)
{
print
last if (/^# DO NOT DELETE THIS LINE/);
}

Computing file changes ...