gdritter repos when-computer / ce36253
Defensive line in gen script Getty Ritter 9 years ago
1 changed file(s) with 2 addition(s) and 1 deletion(s). Collapse all Expand all
1 #!/bin/bash
1 #!/bin/bash -e
22
3 mkdir -p output/{index,about,tags,tag,archive,posts}
34 GEN='guile ./generator/generate.scm'
45 ${GEN} index posts/$(ls -t posts/ | head -n 1)
56 ${GEN} about