aboutsummaryrefslogtreecommitdiff
path: root/www/generate.sh
blob: 27d2a74b4c3aa908c9c82384854ac4633854f644 (plain) (blame)
1
2
3
#!/bin/bash
find -L . -name '*.html' -and -not -name 'template.html' -delete
find -L . -name '*.md' -exec ./publish.sh {} \;