Files
codeql/powershell/tools/qltest.cmd
2024-08-14 18:11:02 +01:00

10 lines
264 B
Batchfile

@echo off
if not defined CODEQL_POWERSHELL_EXTRACTOR (
set CODEQL_POWERSHELL_EXTRACTOR=Semmle.Extraction.PowerShell.Standalone.exe
)
type NUL && "%CODEQL_EXTRACTOR_POWERSHELL_ROOT%/tools/%CODEQL_PLATFORM%/%CODEQL_POWERSHELL_EXTRACTOR%"
exit /b %ERRORLEVEL%