Revision 2659a2aa7ca8cf17cae05d119fc3caee0480ddd6 authored by Dr. Stephen Henson on 16 December 2013, 21:41:07 UTC, committed by Dr. Stephen Henson on 16 December 2013, 21:41:07 UTC
1 parent 200f249
deleof.pl
#!/usr/local/bin/perl
while (<>)
{
print
last if (/^# DO NOT DELETE THIS LINE/);
}

Computing file changes ...