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

3 lines
151 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}"' {} \;