Squashed 'test/' content from commit f2edc20
git-subtree-dir: test git-subtree-split: f2edc20cba865a6ef67ca807c2ed6cee8e6c2836
This commit is contained in:
7
run.sh
Executable file
7
run.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user