Update README.md

This commit is contained in:
NewName
2024-03-27 20:36:21 +08:00
parent fefe8cf0da
commit cb9cbc8ebd

View File

@@ -48,3 +48,8 @@ touch /home/xray.txt
``` ```
wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/x.sh && bash x.sh wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/x.sh && bash x.sh
``` ```
### 批量管理多台服务器脚本
```
wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/ssh.sh && bash ssh.sh
```