1 Star 0 Fork 17

雨泽_晟睿/dister

forked from John/dister
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
buildandcp.sh 832 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
######################################
# 用于将dister同步到其他节点进行测试的脚本 #
######################################
# 编译
go build src/dister/dister.go
## 同步执行文件到测试节点
sshpass -p 123456 scp -P 22 ./dister [email protected]:/home/john/dister
#sshpass -p 123456 scp -P 22 ./dister [email protected]:/home/john/dister
#sshpass -p 123456 scp -P 22 ./dister [email protected]:/home/john/dister
# 同步配置文件到测试节点
#sshpass -p 123456 scp -P 22 ./src/dister/dister_server.json [email protected]:/home/john/dister.json
#sshpass -p 123456 scp -P 22 ./src/dister/dister_server.json [email protected]:/home/john/dister.json
#sshpass -p 123456 scp -P 22 ./src/dister/dister_server.json [email protected]:/home/john/dister.json
##删除本地执行文件
rm dister
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/124259473/dister.git
[email protected]:124259473/dister.git
124259473
dister
dister
master

搜索帮助