diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-09-05 09:46:34 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-09-05 09:46:34 +0100 |
commit | 5f2fabd35c7e4ecb02c96f72cf1068b72bb9d353 (patch) | |
tree | 15d6ddb887d3554fe18d0c40e53008e53f52b368 | |
parent | 7ee90ca041f842cbd640babe50abcd932d708c0c (diff) |
Add bash script for updating body stats from cron.
-rwxr-xr-x | script/update-public-body-stats | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/script/update-public-body-stats b/script/update-public-body-stats new file mode 100755 index 000000000..c7a3b1ef8 --- /dev/null +++ b/script/update-public-body-stats @@ -0,0 +1,4 @@ +#!/bin/bash + +cd `dirname $0` +bundle exec rake stats:update_public_bodies_stats |