xilun / cbwin

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

wstart wrun wcmd commands: implementation with netcat has issues #3

Closed xilun closed 8 years ago

xilun commented 8 years ago

ex: netcat does not recover properly after a ctrl-z / bg

xilun commented 8 years ago

wcmd in progress (for now this is a proper and better replacement of what was done with netcat, but still a WIP)

for now wstart just call wcmd

wrun not started (but will derive from wcmd.c code -- all commands will be factorized actually)

xilun commented 8 years ago

implementation of the callers is now in C