diff options
author | Francis Irving <francis@mysociety.org> | 2010-06-10 11:30:20 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-06-10 11:30:20 +0100 |
commit | 98df56f2a431702fece99314e987bbdd2a3f0a9d (patch) | |
tree | 692efb0277c857b39cf89be72bb4ae09ede5819e /script/delete-old-things | |
parent | 8461b9fd374f715e08ba5d7ed63af2f015a8b134 (diff) |
Rename to a more general script name
Diffstat (limited to 'script/delete-old-things')
-rwxr-xr-x | script/delete-old-things | 7 |
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()' + + |