mirror of
https://github.com/Weasley-J/chinaport-data-signature.git
synced 2024-04-21 12:41:53 +00:00
- 增加使用GitBash右键运行启动脚本markdown文件
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
# 推荐使用GitBash右键运行启动脚本
|
||||
|
||||
|
||||
|
||||
## 1 `Windows`安装`GitBash`
|
||||
|
||||
官方链接: https://git-scm.com/download/win
|
||||
|
||||
一直点下一步,直到安装完成.
|
||||
|
||||
|
||||
|
||||
## 2 右键运行启动脚本
|
||||
|
||||
|
||||
|
||||

|
||||
Reference in New Issue
Block a user