#!/usr/bin/env zsh
set -euo pipefail

ROOT_DIR="${0:A:h:h}"
exec /usr/bin/python3 "$ROOT_DIR/components/macos/wechat-devtools/wechat_devtools_adapter.py" "$@"
