xref
: /
minix3
/
crypto
/
external
/
bsd
/
openssl
/
dist
/
util
/
deleof.pl
(revision ebfedea0ce5bbe81e252ddf32d732e40fb633fae)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
usr
/
local
/
bin
/
perl
2
3
while
(<>)
4
{
5
print
6
last
if
(
/^# DO NOT DELETE THIS LINE/
);
7
}
8