repo.or.cz
/
hband-tools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add kvpairs2td
[hband-tools.git]
/
user-tools
/
header.sed
blob
75c7b363b445dd444368dac42181fa17fffd3f6d
1
#!/bin/sh
2
3
exec
sed
-e
'/^
\r\?
$/q'
"$@"
4
5
6
true
<<EOF
7
8
=pod
9
10
=head1 NAME
11
12
header.sed - Echo the input stream up to the first empty line (usual end-of-header marker)
13
14
=cut
15
16
EOF