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