Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 340 Bytes

File metadata and controls

25 lines (16 loc) · 340 Bytes

WSL-CMD

Hi. I am new to shell scripting and I make this tool to run cmd on WSL.

Installation

Simply copy the executable file cmd to your bin directory.

$ sudo cp cmd /usr/bin

Usage

  1. Run interactively with no command line arguments:
$ cmd
  1. Run one command:
$ cmd echo %USERPROFILE%