OSVauco/scripts/emma.sh
Chris Christiansen 9fcb9c354a
Some checks are pending
Check Python Version Consistency / Check Python Version (push) Waiting to run
feat(core): Fresh initialization - Deploy v3.6.1 Singularity Architecture
2026-09-03 04:03:09 +00:00

6 lines
172 B
Bash
Executable File

#!/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" "$@"