Files
to-hen/kevin/kevin.sh
Kierán Meinhardt 4841268882 chore: import kevin
2020-10-17 22:07:51 +02:00

3 lines
136 B
Bash
Executable File

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