sbin/doc/convertdocs.sh
changeset 944 8a6c9e3d0158
parent 929 a39ff507b050
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sbin/doc/convertdocs.sh	Thu Aug 30 13:16:33 2012 +0200
@@ -0,0 +1,5 @@
+#!/bin/bash
+for f in ../../doc/*.md
+do
+    python markdown2html.py $f
+done
\ No newline at end of file