arkane-systems / RunInGenie

Quickly run a wsl command from a Windows prompt.
MIT License
33 stars 6 forks source link

Equivalent to using WSL's bash -li -c #8

Open Epikest opened 2 years ago

Epikest commented 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.