SlunkCrypt/mk-docs.sh
2024-06-08 17:13:40 +02:00

6 lines
179 B
Bash
Executable File

#!/bin/bash
set -e
cd -- "$(dirname -- "${BASH_SOURCE[0]}")"
pandoc -o README.html --standalone --embed-resources --toc --toc-depth=3 --css etc/style/gh-pandoc.min.css README.md