aboutsummaryrefslogtreecommitdiff
path: root/www/generate.sh
blob: 3ca4a8b03c57aec0db95f6bc2865e8c859de355e (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/bash

[ "x${DEBUG+set}" = 'xset' ] && set -v
set -e

./index.sh
find -L . -name '*.html' -and -not -name 'template.html' -delete
find -L . -name '*.md' -exec ./publish.sh {} \;