sbin/doc/convertdocs.sh
author durandn
Mon, 21 Sep 2015 18:25:06 +0200
changeset 1060 3a4f2217a04f
parent 929 a39ff507b050
permissions -rw-r--r--
Added an edit button to make edit functionality easier to read

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