projects
/
libreplanet-static.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
remove jupiter tba
[libreplanet-static.git]
/
markdown-convert.sh
Commit
Line
Data
f167a89c
GF
1
#! /bin/sh
2
3
for f in $(find -name '*.mdwn' -type f); do python -m markdown $f > ${f%mdwn}html; done