mirror of
https://github.com/openssl/openssl.git
synced 2024-11-25 19:13:48 +08:00
8 lines
88 B
Perl
Executable File
8 lines
88 B
Perl
Executable File
#!/usr/local/bin/perl
|
|
|
|
while (<>)
|
|
{
|
|
print
|
|
last if (/^# DO NOT DELETE THIS LINE/);
|
|
}
|