On Thu, 2007-06-21 at 22:13 +0000, Micah Cowan wrote:
> Is ssh-loop some sort of custom script,

Sure:

#!/bin/bash

HOST=$1
shift
while true; do
    ssh -t $HOST "$@"
    echo "hit enter to connect again"
    read a
done

>  and what do the arguments
> {build,orion,mountain} signify?

Hostnames.

b.

-- 
My other computer is your Microsoft Windows server.

Brian J. Murrell

-- 
gnome-terminal crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/121630
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to