!7 p { SSHClient ssh = sshLogin("root", "botcompany.de"); repeat with sleep 10 { print("Uptime: " + sshCommand(ssh, "uptime")); } }