5 lines
149 B
Batchfile
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" %*
|