dhewm.github.io/build.sh
Daniel Gibson 3c8113b2b7 Mods page
(not linked from index yet, some of the links will only work once
 1.5.0 is released)
2018-12-09 05:58:41 +01:00

9 lines
245 B
Bash
Executable file

#!/bin/sh
cat index.html_part1 > index.html
pandoc -f markdown -t html index.md >> index.html
cat index.html_part3 >> index.html
cat mods.html_part1 > mods.html
pandoc -f markdown -t html mods.md >> mods.html
cat index.html_part3 >> mods.html