#!/bin/bash

set -xe

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

