Files
codeql/rust/tools/index-files.cmd
2024-09-17 11:22:32 +02:00

6 lines
116 B
Batchfile

@echo off
type NUL && "%CODEQL_EXTRACTOR_RUST_ROOT%\tools\%CODEQL_PLATFORM%\extractor" @"%1"
exit /b %ERRORLEVEL%