Files
rose-ash/run.sh
giles c590f2e039 Squashed 'test/' content from commit f2edc20
git-subtree-dir: test
git-subtree-split: f2edc20cba865a6ef67ca807c2ed6cee8e6c2836
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