fix some bad stuff

This commit is contained in:
chrys
2018-07-21 02:04:44 +02:00
parent bc8bba12cc
commit 453869e9af
36 changed files with 7419 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/bin/bash
# needs pandoc and php installed
# remove old files
rm fenrir.1
rm user.md
# convert to markdown
php DokuWiki-to-Markdown-Converter/convert.php user.txt
# convert markdown to manpage
pandoc user.md -f markdown -t man -s -o fenrir.1