mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update the file
This commit is contained in:
parent
9680d7a003
commit
e0a088ceb9
4
scripts/win-path-to-linux-path.bat
Normal file
4
scripts/win-path-to-linux-path.bat
Normal 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%
|
||||
Loading…
Reference in New Issue
Block a user