Initial Commit
This commit is contained in:
7
openssl-1.0.2f/util/deleof.pl
Executable file
7
openssl-1.0.2f/util/deleof.pl
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/local/bin/perl
|
||||
|
||||
while (<>)
|
||||
{
|
||||
print
|
||||
last if (/^# DO NOT DELETE THIS LINE/);
|
||||
}
|
||||
Reference in New Issue
Block a user