Revision 2d8e9d0c55c6af57203d9b0d40bf57c1d34ca12c authored by Andy Polyakov on 21 January 2015, 12:18:42 UTC, committed by Matt Caswell on 22 January 2015, 09:44:48 UTC
Reviewed-by: Tim Hudson <tjh@openssl.org>
1 parent 15a9c36
deleof.pl
#!/usr/local/bin/perl
while (<>)
{
print
last if (/^# DO NOT DELETE THIS LINE/);
}

Computing file changes ...