diff --git a/scripts/win-path-to-linux-path.bat b/scripts/win-path-to-linux-path.bat new file mode 100644 index 00000000..b905ec4e --- /dev/null +++ b/scripts/win-path-to-linux-path.bat @@ -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% \ No newline at end of file