Estou usando este script com o terminal 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 Como posso fazer as mesmas coisas por script, mas em um terminal...