fix: emma.sh -> emma_run.py
Some checks are pending
Check Python Version Consistency / Check Python Version (push) Waiting to run
Some checks are pending
Check Python Version Consistency / Check Python Version (push) Waiting to run
This commit is contained in:
parent
7c87a8ab8f
commit
565cb0c794
5
scripts/emma.sh
Executable file
5
scripts/emma.sh
Executable 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" "$@"
|
||||||
Loading…
Reference in New Issue
Block a user