- Also copies the path into clipboard
- Paths starting with
\mntare printed as windows paths- e.g.
/mnt/c/Program Fileswill be altered toC:\Program Files
- e.g.
- Other paths will start with
\\wsl.localhost\and distro name- e.g. in
/etc/aptwill print\\wsl.localhost\<your distro name>\etc\apt - Distro name is gathered automatically
- Curently tested on Ubuntu
- e.g. in
gcc- compilation
-
Change variable
PREFIXin Makefile to your desired directory- default is
usr/local/bin
- default is
-
sudo make install- compiles the program and moves the binary to thePREFIXdirectory