script auto connect multi ssh-server konsole
#!/bin/bash ## ## arr dei server formato ‘utente@host |nome_simbolico’ ## SERVER=(‘[email protected] |SERVERA’ ‘[email protected] | SERVERB’ ‘[email protected] -p4390 |SERVERC’ ‘[email protected] -p2100 | SERVERD’) # start a new konsole window and save the handle in $konsole konsole=$(dcopstart konsole-script) # maximize the new window dcop $konsole konsole-mainwindow#1 maximize # get current session for the first (just created) window […]
09/02/2010 Bash