#!/bin/bash # Run the full pipeline: analyze -> plan -> execute -> play # Usage: ./run.sh recipe.sexp RECIPE="${1:-recipe-bound.sexp}" python3 analyze.py "$RECIPE" | python plan.py "$RECIPE" -a - | python execute.py - -d "$(dirname "$RECIPE")" | xargs mpv --fs