Some checks are pending
Check Python Version Consistency / Check Python Version (push) Waiting to run
6 lines
172 B
Bash
Executable File
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" "$@"
|