Open Epikest opened 2 years ago
I want to execute a command from a bash interactive login shell, with WSL you can do this by wsl -e bash -li -c.
wsl -e bash -li -c
I want to execute a command from a bash interactive login shell, with WSL you can do this by
wsl -e bash -li -c
.