Files
rose-ash/test/run.sh
2026-02-24 23:10:04 +00:00

8 lines
263 B
Bash
Executable File

#!/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