sbin/doc/convertdocs.sh
author durandn
Fri, 03 Jul 2015 16:58:49 +0200
changeset 1038 e78b889a75e1
parent 929 a39ff507b050
permissions -rw-r--r--
CreateAnnotations new feature: hide/show functionality on signal trigger (tweaks), added config options to customize what is displayed more accurately

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