summaryrefslogtreecommitdiff
path: root/_cron/clear_cache
diff options
context:
space:
mode:
Diffstat (limited to '_cron/clear_cache')
-rw-r--r--_cron/clear_cache1
1 files changed, 1 insertions, 0 deletions
diff --git a/_cron/clear_cache b/_cron/clear_cache
new file mode 100644
index 0000000..ca29bcb
--- /dev/null
+++ b/_cron/clear_cache
@@ -0,0 +1 @@
+* * * * * find $SITEPATH/cache -type f -mmin +15 -not -name .gitignore -delete