Revision c5993d10a8f28d4448c6161c3a4ca91b68eea78c authored by Dr. Stephen Henson on 06 April 2014, 11:59:14 UTC, committed by Dr. Stephen Henson on 07 April 2014, 16:53:31 UTC
1 parent 5be1ae2
deleof.pl
#!/usr/local/bin/perl
while (<>)
{
print
last if (/^# DO NOT DELETE THIS LINE/);
}

Computing file changes ...