Peter Coxhead

Results 2 issues of Peter Coxhead

I found that the /tmp/ folder is actually in `C:\Users\username\AppData\Local\lxss\rootfs\tmp\`. I patched my wslpath with his on line 97 ``` $tempOutput = slashJoin(lxssPath(), "rootfs", "\\"); $output = slashJoin($tempOutput, $path, "\\");...

There is another related pull request around the InputReaders, this one uses the InputReader contract of returning -1 when complete and also adds a test InputReader whose behaviour is to...