MSys Path Mapper
Path mapper for MSys.
Handles 4 types of paths:
relative paths, such as
path/to/file
orpath\to\file
;MSys-style absolute paths, such as
/C/Windows
;Windows-style absolute paths, such as
C:/Windows
orC:\Windows
;Windows UNC paths, such as
//wsl$/Debian
or\\wsl$\Debian
;
Parameters
m Sys Root
the root of MSys installation (run cygpath -w /
to find out the value).