6 lines
98 B
Bash
Executable file
6 lines
98 B
Bash
Executable file
#!/usr/bin/env bash
|
|
cd "`dirname "$0"`"
|
|
BASE=`pwd`
|
|
|
|
source $BASE/venv/bin/activate
|
|
python3 oml $@
|