fun page ended update
[libreplanet-static.git] / markdown-convert.sh
... / ...
CommitLineData
1#! /bin/sh
2
3for f in $(find -name '*.mdwn' -type f); do python -m markdown $f > ${f%mdwn}html; done