SlunkCrypt/mk-docs.sh

6 lines
179 B
Bash
Raw Normal View History

#!/bin/bash
set -e
cd -- "$(dirname -- "${BASH_SOURCE[0]}")"
2024-06-08 15:37:16 +02:00
pandoc -o README.html --standalone --embed-resources --toc --toc-depth=3 --css etc/style/gh-pandoc.min.css README.md