Files
2026-07-13 13:04:19 +08:00

6 lines
113 B
Bash
Executable File

#!/usr/bin/env bash
cd "$(dirname "$0")"
PY=.venv/bin/python
[ -x "$PY" ] || PY=python
exec "$PY" -m ga_cli "$@"