sglang_v0.5.2/pytorch_2.8.0/third_party/opentelemetry-cpp/tools/setup-devenv.cmd

10 lines
235 B
Batchfile

REM Copyright The OpenTelemetry Authors
REM SPDX-License-Identifier: Apache-2.0
endlocal
set "PATH=%~dp0;%PATH%"
set "TOOLS_PATH=%~dp0"
set "TOOLS_PATH_UNIX=%TOOLS_PATH:\=/%"
git config alias.cl !%TOOLS_PATH_UNIX%git-cl.cmd
exit /b 0