Files
to-hen/kevin/kevin.sh

3 lines
136 B
Bash
Raw Permalink Normal View History

2018-05-22 10:57:44 +02:00
#!/bin/sh
python3 kevin.py author "$1" | pandoc -f markdown+smart --table-of-contents --toc-depth=6 --standalone --css=epub.css -o "$2"