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