summaryrefslogtreecommitdiff
path: root/clean.do
diff options
context:
space:
mode:
Diffstat (limited to 'clean.do')
-rw-r--r--clean.do4
1 files changed, 0 insertions, 4 deletions
diff --git a/clean.do b/clean.do
deleted file mode 100644
index 3444aab..0000000
--- a/clean.do
+++ /dev/null
@@ -1,4 +0,0 @@
1find -name '*.html' -not -path './nginx/*' -not -path './htdocs/*' -delete
2find -name '*.md' -not -path './posts/*' -not -name 'about.md' -delete
3find -name '*.rss' -not -path './htdocs/*' -delete
4rm tex -rf \ No newline at end of file