mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-10 00:44:55 -06:00
323 B
323 B
wsl.exe
wsl.exe is the main command line entrypoint for WSL. Its job is to:
- Parse the command line arguments (See
src/windows/common/wslclient.cpp) - Call wslservice.exe via COM to launch WSL (see
src/windows/common/svccomm.cpp) - Relay stdin / stdout / stderr from and to the linux process