diff options
Diffstat (limited to 'fixTexts.sh')
| -rwxr-xr-x | fixTexts.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fixTexts.sh b/fixTexts.sh new file mode 100755 index 00000000..30ee0c52 --- /dev/null +++ b/fixTexts.sh @@ -0,0 +1,3 @@ +#!/bin/bash +rst2html README.rst > Readme.html +rst2html COMPILE.rst > Compile.html |
