aboutsummaryrefslogtreecommitdiffstats
path: root/script/delete-old-things
diff options
context:
space:
mode:
Diffstat (limited to 'script/delete-old-things')
-rwxr-xr-xscript/delete-old-things7
1 files changed, 7 insertions, 0 deletions
diff --git a/script/delete-old-things b/script/delete-old-things
new file mode 100755
index 000000000..c1354e4f4
--- /dev/null
+++ b/script/delete-old-things
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+LOC=`dirname $0`
+
+$LOC/runner 'PostRedirect.delete_old_post_redirects()'
+
+