monitarr/scripts/run_tests.cmd
2025-02-18 14:31:57 -06:00

13 lines
154 B
Batchfile

@echo off
setlocal
set ARG1=%~1
set ARG2=%~2
set ARG3=%~3
pushd "%~dp0%"
call mingw64 -no-start ./run_tests.sh "%ARG1%" "%ARG2%" "%ARG3%" 1 0
popd