Revision d59d0b7c21ef656b4b352b16e5f8fce97ecc6e23 authored by Andy Polyakov on 13 February 2014, 16:03:14 UTC, committed by Andy Polyakov on 13 February 2014, 16:03:14 UTC
1 parent dbd512e
deleof.pl
#!/usr/local/bin/perl
while (<>)
{
print
last if (/^# DO NOT DELETE THIS LINE/);
}

Computing file changes ...