#!/bin/bash

set -xe

python feed_ingestion/bin/exec_flows.py line --context '{"licensor": "theorchard"}' --skip $SKIP --days $DAYS --check-status

python feed_ingestion/bin/exec_flows.py line --context '{"licensor": "smej"}' --skip $SKIP --days $DAYS --check-status

