4 lines
107 B
Bash
Executable file
4 lines
107 B
Bash
Executable file
#!/bin/sh
|
|
|
|
BASEDIR="$(dirname "$(readlink -e "$0")")"
|
|
"$BASEDIR/.venv/bin/python3" "$BASEDIR/main.py" "$@"
|