大量更新

This commit is contained in:
zeaslity
2026-05-19 14:28:44 +08:00
parent a8f6bda703
commit 9fc3372fa3
5299 changed files with 423176 additions and 426690 deletions

View File

@@ -0,0 +1,8 @@
all_server_list=(10.200.163.87 10.200.163.86 10.200.163.85 10.200.163.84 10.200.163.83 10.200.163.82 10.200.163.81)
for server in "${all_server_list[@]}";do
echo "server is ${server}"
ssh root@"${server}" "shutdown -h now"
echo ""
done