repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/services - sync with NetBSD-8
[minix.git]
/
crypto
/
external
/
bsd
/
openssl
/
dist
/
util
/
deleof.pl
blob
155acd88ff1374cd61f9d6a82aa976e2f58d0c5e
1
#!/usr/local/bin/perl
2
3
while
(<>)
4
{
5
print
6
last if
(
/^# DO NOT DELETE THIS LINE/
);
7
}