#!/usr/bin/env bash while read p; do echo "-------------------------------" echo "Attempting to open PR for $p" python adapt_config.py $p done