aboutsummaryrefslogtreecommitdiffstats
path: root/script/send-batch-requests
blob: 794bab11f1489e06473ff28ab6e5d41c384a42ad (plain)
1
2
3
4
#!/bin/bash
TOP_DIR="$(dirname "$BASH_SOURCE")/.."
cd "$TOP_DIR"
bundle exec rails runner 'InfoRequestBatch.send_batches'