#!/bin/bash while IFS= read -r TEXT do python3 main.py -c ./config-mira.json subtask create --project 310 --task 6253 --body "$TEXT" done