gdritter repos when-computer / 695d0c6
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
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/*