Revision 005563bbce6e66b9c481fd39574b0ffcd2a34292 authored by Dr. Stephen Henson on 12 May 2014, 17:38:41 UTC, committed by Dr. Stephen Henson on 12 May 2014, 17:38:41 UTC
1 parent 3b43568
deleof.pl
#!/usr/local/bin/perl
while (<>)
{
print
last if (/^# DO NOT DELETE THIS LINE/);
}

Computing file changes ...