- 增加使用GitBash右键运行启动脚本markdown文件

This commit is contained in:
Weasley J
2023-06-11 19:38:28 +08:00
parent 10c51dd2da
commit 5c560c1510
2 changed files with 20 additions and 1 deletions
@@ -64,7 +64,9 @@ public final class CommandClient {
@SuppressWarnings({"all"})
public void execute(String command) {
if (null == command || command.isBlank() || command.isEmpty()) return;
log.info("\n{}", command);
if (log.isDebugEnabled()) {
log.debug("\n{}", command);
}
// 先清空
stdOutList.clear();
errorOutList.clear();
+17
View File
@@ -0,0 +1,17 @@
# 推荐使用GitBash右键运行启动脚本
## 1 `Windows`安装`GitBash`
官方链接: https://git-scm.com/download/win
一直点下一步,直到安装完成.
## 2 右键运行启动脚本
![image-20230611193542485](https://weasley.oss-cn-shanghai.aliyuncs.com/Photos/image-20230611193542485.png)