xilun / cbwin

Launch Windows programs from "Bash on Ubuntu on Windows" (WSL)
Other
327 stars 25 forks source link

start bash.exe from system32 by default #15

Closed xilun closed 8 years ago

xilun commented 8 years ago

Could have other bash.exe in %PATH%, e.g. cygwin / git for win / etc. So use bash.exe from system32 by default (& provide a way to override).

xilun commented 8 years ago

Note that I need a mix between parsed argv, and the raw command line from GetCommandLine. So I must reparse the command line arguments with a custom parser (to keep the forwarded part of the command line untouched).

xilun commented 8 years ago

Implemented by commit 57957e7