1
0
Fork 0
SlunkCrypt/mk-docs.sh

6 lines
165 B
Bash
Raw Permalink Normal View History

#!/bin/bash
set -e
cd -- "$(dirname -- "${BASH_SOURCE[0]}")"
2021-04-02 16:37:53 +02:00
pandoc -o README.html --self-contained --toc --toc-depth=3 --css etc/style/gh-pandoc.min.css README.md