Skip to content
This repository was archived by the owner on May 19, 2022. It is now read-only.

Tags: xilun/cbwin

Tags

v0.13

Toggle v0.13's commit message
restore a standalone install.sh given how binary releases are install…

…ed...

v0.12

Toggle v0.12's commit message
minimal wrun abs path exe translation

v0.11

Toggle v0.11's commit message
use cwd of outbash.exe if not in DriveFs

That's what MS does with interop (introduced in build 14951), so do
likewise instead of failing.

Note that adding an initial ':' param still will use the Windows home
directory instead of the one would that would have been used otherwise.

v0.10.1-beta

Toggle v0.10.1-beta's commit message
update README.md (about interactive Win32 console tools)

v0.10

Toggle v0.10's commit message
update README.md

v0.9

Toggle v0.9's commit message
amortize tcp table buf allocs, and retry on STATUS_UNSUCCESSFUL

v0.8

Toggle v0.8's commit message
respect integrity level

v0.7

Toggle v0.7's commit message
respect integrity level

0.6

Toggle 0.6's commit message
allow to launch from %USERPROFILE% with for ex: "wstart : notepad"

This is mainly useful to launch from VolFs.

I actually wanted to do: "wstart ~ notepad" but ~ is expanded by the
shell, so I use ':' because it is not special for the shell, and forbidden
in Windows filenames.

v0.5

Toggle v0.5's commit message
change OUTBASH_PORT env var setup method