touch all_branches.txt | |
while read p; do | |
python check_for_branches.py --model_id ${p} >> all_branches.txt | |
done <model_ids.txt | |
touch all_branches.txt | |
while read p; do | |
python check_for_branches.py --model_id ${p} >> all_branches.txt | |
done <model_ids.txt | |