diff options
-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 |