fix: emma.sh -> emma_run.py
Some checks are pending
Check Python Version Consistency / Check Python Version (push) Waiting to run

This commit is contained in:
Chris Christiansen 2026-06-28 21:37:43 +00:00
parent 7c87a8ab8f
commit 565cb0c794

5
scripts/emma.sh Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
OSVAUCO_DIR="${OSVAUCO_DIR:-$HOME/OSVauco}"
cd "$OSVAUCO_DIR"
source "$OSVAUCO_DIR/.venv/bin/activate"
exec python "$OSVAUCO_DIR/emma/emma_run.py" "$@"