sbin/doc/convertdocs.sh
author durandn
Thu, 24 Sep 2015 11:54:30 +0200
changeset 1063 e9765601184d
parent 929 a39ff507b050
permissions -rw-r--r--
Try for a fix for JqueryUI/Lab.js bug

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