chore: import kevin

This commit is contained in:
Kierán Meinhardt
2020-10-17 22:07:51 +02:00
6 changed files with 178 additions and 0 deletions

2
kevin/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"