jrnl/bake.sh
Manuel Ebert c771bf14db Footer
2012-04-16 13:03:57 +02:00

5 lines
141 B
Bash
Executable file

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