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