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