dadada.li/build.sh
2020-12-31 12:11:31 +01:00

3 lines
147 B
Bash
Executable file

#!/bin/sh
find . -iname "*.md" -type f -exec sh -c 'pandoc -s -f commonmark -t html --template=src/template.html -o "${0%.md}.html" "${0}"' {} \;