From 12e3a710ff4cc9435cc2b984d5a453062b501a79 Mon Sep 17 00:00:00 2001 From: dakkar Date: Wed, 24 Jun 2015 17:26:19 +0100 Subject: first few scripts --- bin/rst2html | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/rst2html (limited to 'bin/rst2html') diff --git a/bin/rst2html b/bin/rst2html new file mode 100755 index 0000000..511ac6d --- /dev/null +++ b/bin/rst2html @@ -0,0 +1,3 @@ +#!/bin/sh + +exec rst2html.py --stylesheet-path /usr/share/doc/docutils-*/html/html4css1.css --embed-stylesheet "$@" -- cgit v1.2.3