Comment 9 for bug 3554

Revision history for this message
Tsepo (m0rph3us) wrote :

#!/bin/bash
gnome-terminal -e "ssh `echo $1 | sed -e "s/ssh:\/\///"`"

using above script, just opens for 2 seconds and closes.
how can i have terminal display new devices in tabs and not open new window.

Thanks in-advance.