Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Fxzx mic <[email protected]>
  • Loading branch information
fxzxmic committed Jul 18, 2021
1 parent 2ed9f8d commit d8d92a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Relay CMD command to Bash
## How it Work
It gets its own program name and running parameters to splice into `bash.exe -c "<Program Name> <Running Parameters>"`, and create a `bash.exe` process with this command.
## How to Use
Download the Source file([main.cpp](https://github.com/fxzxmic/CMD_to_Bash/blob/main/main.cpp)) and compile it or download the Pre-built Executable file from [release](https://github.com/fxzxmic/CMD_to_Bash/releases/latest), rename the executable file to any bash command you want to use, such as `ssh.exe`, `openssl.exe`, and execute it in CMD, just as you would in a bash environment.
Download the Source file([CMD_to_Bash.cpp](https://github.com/fxzxmic/CMD_to_Bash/blob/main/CMD_to_Bash.cpp)) and compile it or download the Pre-built Executable file from [release](https://github.com/fxzxmic/CMD_to_Bash/releases/latest), rename the executable file to any bash command you want to use, such as `ssh.exe`, `openssl.exe`, and execute it in CMD, just as you would in a bash environment.
## Other Contents
Since my knowledge of C/C++ language is very poor, you are welcome to PR and continuously optimize this project. Thank you very much for your contribution.

0 comments on commit d8d92a3

Please sign in to comment.