]> Sergey Matveev's repositories - paster.git/blobdiff - contrib/clean.sh
Texinfo documentation, website and asciicasts
[paster.git] / contrib / clean.sh
diff --git a/contrib/clean.sh b/contrib/clean.sh
new file mode 100755 (executable)
index 0000000..a9148a9
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+find . -type f -mtime +1 \
+    -and -not -name index.html \
+    -and -not -name "asciinema-player-*" \
+    -delete