aboutsummaryrefslogtreecommitdiffstats
path: root/script/delete-old-post-redirects
blob: c1354e4f45aa691593fb3f29caefdd4c642ae64c (plain)
1
2
3
4
5
6
7
#!/bin/bash

LOC=`dirname $0`

$LOC/runner 'PostRedirect.delete_old_post_redirects()'