From d8d92a303518acc9ad47fb9e2b2e6b0cb6feaba2 Mon Sep 17 00:00:00 2001 From: Fxzx mic <54622331+fxzxmic@users.noreply.github.com> Date: Sun, 18 Jul 2021 14:57:29 +0800 Subject: [PATCH] Update README.md Signed-off-by: Fxzx mic <54622331+fxzxmic@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b864251..0329cae 100644 --- a/README.md +++ b/README.md @@ -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 " "`, 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.