Hi. I am new to shell scripting and I make this tool to run cmd
on WSL.
Simply copy the executable file cmd
to your bin directory.
$ sudo cp cmd /usr/bin
- Run interactively with no command line arguments:
$ cmd
- Run one command:
$ cmd echo %USERPROFILE%