#!/bin/bash cd /home/joe/repo_dev/roamify .venv/bin/python -u scripts/warmup.py 2>&1 | while IFS= read -r line; do echo "$line"; done