From cb9cbc8ebdb0ec443e5864a5dd4d7cbb222d2763 Mon Sep 17 00:00:00 2001 From: NewName Date: Wed, 27 Mar 2024 20:36:21 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8cc3f63..b121ad4 100644 --- a/README.md +++ b/README.md @@ -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/ssh.sh && bash ssh.sh +```