Revision e818b74be2170fbe957a07b0da4401c2b694b3b8 authored by Matt Caswell on 20 December 2019, 13:09:21 UTC, committed by Matt Caswell on 20 December 2019, 13:09:21 UTC
Reviewed-by: Paul Yang <kaishen.yy@antfin.com>
1 parent 7e0b689
deleof.pl
#!/usr/local/bin/perl
while (<>)
{
print
last if (/^# DO NOT DELETE THIS LINE/);
}

Computing file changes ...