--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/doc/convertdocs.sh Fri Jul 27 19:22:25 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