summaryrefslogtreecommitdiff
path: root/clean.do
blob: b5a851a4fafd25caa4575e1b00c66f5895c60938 (plain)
1
2
3
find -name '*.html' -not -path './nginx/*' -not -path './htdocs/*' -delete
find -name '*.md' -not -path './posts/*' -delete
rm tex -rf