mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-02 04:29:38 +00: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/);
|
|
}
|