--- /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