aboutsummaryrefslogtreecommitdiffstats
path: root/script/delete-old-things
diff options
context:
space:
mode:
authorFrancis Irving <francis@mysociety.org>2010-06-10 11:30:20 +0100
committerFrancis Irving <francis@mysociety.org>2010-06-10 11:30:20 +0100
commit98df56f2a431702fece99314e987bbdd2a3f0a9d (patch)
tree692efb0277c857b39cf89be72bb4ae09ede5819e /script/delete-old-things
parent8461b9fd374f715e08ba5d7ed63af2f015a8b134 (diff)
Rename to a more general script name
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()'
+
+