jrnl/bake.sh
2012-04-16 12:54:16 +02:00

4 lines
111 B
Bash
Executable file

#! /bin/bash
markdown2 README.md > tmp
cat templates/header.html tmp templates/footer.html > index.html
rm tmp