mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-25 15:46:50 +00:00
8 lines
88 B
Perl
8 lines
88 B
Perl
|
#!/usr/local/bin/perl
|
||
|
|
||
|
while (<>)
|
||
|
{
|
||
|
print
|
||
|
last if (/^# DO NOT DELETE THIS LINE/);
|
||
|
}
|