Files
to-hen/kevin.sh
2018-05-22 10:58:23 +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"