chore: update the file

This commit is contained in:
x-tools-author 2025-05-03 11:34:30 +08:00
parent 9680d7a003
commit e0a088ceb9

View File

@ -0,0 +1,4 @@
for /f "usebackq tokens=*" %%i in (`cd`) do set WORKSPACE=%%i
set WORKSPACE_UNIX=/%WORKSPACE:~0,1%/%WORKSPACE:~3%
set WORKSPACE_UNIX=%WORKSPACE_UNIX:\=/%
echo %WORKSPACE_UNIX%