coco/ctl
2024-08-09 17:09:45 +02:00

6 lines
98 B
Bash
Executable file

#!/usr/bin/env bash
cd "`dirname "$0"`"
BASE=`pwd`
source $BASE/venv/bin/activate
python3 oml $@