Closed vikasrtr closed 6 years ago
For record, I'm using latest v0.8.6
Will wslbridge echo abc
work?
c:\mine\app\wsl-terminal\bin>wslbridge echo abc & echo %errorlevel%
abc
0
wslbridge echo abc
is also not working. It just shows a blank line as output.
What's the value of %errorlevel%
?
I get the following error code:
wsl-terminal\bin>echo %errorlevel%
9009
I can't guess the reason, you can report it here (https://github.com/rprichard/wslbridge/issues).
@goreliu Sorry my bad. I was echoing %errorlevel% separately.
The correct output now is as:
wsl-terminal\bin>wslbridge echo abc & echo %errorlevel%
0
Does it helps now ?
Running open-wsl.exe opens and quickly closes terminal within few ms.
I can run 'bash' and it works. The subsystem have Ubuntu 14.04.
I also tried the steps in #36
c:\mine\app\wsl-terminal\bin>wslbridge bash -c pwd
The output is simply a blank line.