mirror of
https://github.com/NCBM/plyngent.git
synced 2026-07-23 05:55:16 +08:00
e1547a242c
Isolated project-view setup without touching the host venv; typings linked for basedpyright.
6 lines
210 B
Bash
Executable File
6 lines
210 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Thin wrapper — all path logic lives in wine_pdm.py / wine_env.py.
|
|
set -euo pipefail
|
|
root="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
|
exec python3 "$root/scripts/wine_pdm.py" "$@"
|