projects
/
nominatim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix address walk-up for reverse
[nominatim.git]
/
docs
/
bash2md.sh
1
#!/bin/sh
2
#
3
# Extract markdown-formatted documentation from a source file
4
#
5
# Usage: bash2md.sh <infile> <outfile>
6
7
sed '/^#!/d;s:^#\( \|$\)::;s/.*#DOCS://' $1 > $2