sbin/doc/convertdocs.sh
author veltr
Wed, 03 Apr 2013 15:44:17 +0200
changeset 996 c472984db275
parent 929 a39ff507b050
permissions -rw-r--r--
refactored drag-and-drop interface (IE Compatibility)

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