mirror of
https://github.com/NCBM/plyngent.git
synced 2026-07-23 14:14:57 +08:00
6 lines
210 B
Bash
6 lines
210 B
Bash
|
|
#!/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" "$@"
|