https://github.com/openssl/openssl
Raw File
Tip revision: 62f4033381a013c8a8edb6db5345da678495d94f authored by Dr. Stephen Henson on 04 February 2013, 23:12:58 UTC
typo
Tip revision: 62f4033
deleof.pl
#!/usr/local/bin/perl

while (<>)
	{
	print
	last if (/^# DO NOT DELETE THIS LINE/);
	}
back to top