Files
NCBM e1547a242c scripts: portable Wine + uv + PDM helpers for Windows checks
Isolated project-view setup without touching the host venv; typings linked for basedpyright.
2026-07-15 20:01:54 +08:00

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" "$@"