1@echo off
2setlocal
3set PREBUILT_BIN=%~dp0
4set SHELL=cmd
5"%PREBUILT_BIN%/python.exe" -u "%~dp0ndk-gdb" %*
6endlocal
7