#!/bin/sh
DIR="$(cd "$(dirname "$0")" && pwd)"
exec "$DIR/pyruntime/bin/python3.12" "$DIR/ascmhl_launcher.py" ascmhl-debug "$@"
