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
Desktop Bugs, which is a bug contact for gnome-terminal in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to