gdritter repos when-computer / b44322a
Added workaround to force recompilation whenever the scripts are run Getty Ritter 9 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Collapse all Expand all
11 #!/bin/bash -e
22
33 mkdir -p output/{index,about,tags,tag,archive,posts}
4 touch ./generator/generate.scm
45 GEN='guile ./generator/generate.scm'
56 cp -r static output/static
67 ${GEN} index posts/$(ls -t posts/ | head -n 1)