mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-30 03:34:39 +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/);
|
|
}
|