Sto usando questo script con il terminale GNOME:
#!/bin/sh
gnome-terminal --tab --title="1" --command="ssh 1" \
--tab --title="2" --command="ssh 2" \
--tab --title="3" --command="ssh 3" \
--tab --title="4" --command="ssh 4"
exit 0
Come posso fare le stesse cose con lo script ma su un terminale Guake?