cppcheck/man/build-html.sh
2020-08-01 18:56:37 +02:00

4 lines
100 B
Bash
Executable File

#!/bin/sh
echo Building $1.html
pandoc $1.md -o $1.html -s --number-sections --toc --css manual.css