摘要: #!/bin/bash server_ip = "" username = "" ssh "$username"@"$serverip" 'sudo reboot' 阅读全文
posted @ 2023-07-19 14:28 孙震宇 阅读(82) 评论(0) 推荐(0)