sbin/doc/convertdocs.sh
author ymh <ymh.work@gmail.com>
Fri, 13 Feb 2015 16:48:05 +0100
changeset 1032 74ac0be7655c
parent 929 a39ff507b050
permissions -rw-r--r--
small corrections to allow js compilation

#!/bin/bash
for f in ../../doc/*.md
do
    python markdown2html.py $f
done