Files
aircontext/bin/aircontext.cmd
2026-05-18 11:45:08 +08:00

5 lines
149 B
Batchfile

@echo off
REM Windows launcher for the AirContext wrapper.
REM Forwards all args to the Python script next to this file.
python "%~dp0aircontext" %*