Added much simpler gen.sh script
Getty Ritter
9 years ago
1 changed file(s) with
8 addition(s)
and
0 deletion(s)
.
Collapse all
Expand all
+8
-0
gen.sh
less
more
1
#!/bin/bash
2
3
GEN='guile ./generator/generate.scm'
4
${GEN} index posts/$(ls -t posts/ | head -n 1)
5
${GEN} about
6
${GEN} tags
7
${GEN} archive
8
${GEN} post posts/*