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