cftool-reborn/cf
2025-01-31 17:05:07 +03:00

4 lines
107 B
Bash
Executable file

#!/bin/sh
BASEDIR="$(dirname "$(readlink -e "$0")")"
"$BASEDIR/.venv/bin/python3" "$BASEDIR/main.py" "$@"