dadada.li/build.sh
2021-05-02 14:18:50 +02:00

3 lines
145 B
Bash
Executable file

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