diff options
Diffstat (limited to 'script/send-batch-requests')
-rwxr-xr-x | script/send-batch-requests | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/script/send-batch-requests b/script/send-batch-requests new file mode 100755 index 000000000..794bab11f --- /dev/null +++ b/script/send-batch-requests @@ -0,0 +1,4 @@ +#!/bin/bash +TOP_DIR="$(dirname "$BASH_SOURCE")/.." +cd "$TOP_DIR" +bundle exec rails runner 'InfoRequestBatch.send_batches' |