mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-08-02 23:12:51 +02:00
9 lines
235 B
Batchfile
9 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
|