Add program and runner script

This commit is contained in:
kmein
2018-05-22 10:57:44 +02:00
commit df015db743
3 changed files with 81 additions and 0 deletions

2
kevin.sh Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
python3 kevin.py author "$1" | pandoc -f markdown+smart --table-of-contents --toc-depth=6 --standalone --css=epub.css -o "$2"