- Timestamp:
- Jun 17, 2019, 9:02:04 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tssh/tssh
r391 r392 22 22 OPTIONS 23 23 -w windows to open (integer, default 16) 24 -o 24 -o ssh_option option to pass to ssh 25 25 -f fast, no nmap scan to eliminate sleeping computer 26 26 -v verbose … … 91 91 #export split_number=16 92 92 export dyn_domain='mycompagny.local' 93 #export ssh_option='' 93 94 #export fast='yes' 94 95 #export verbose='yes' … … 280 281 do 281 282 # wait ${tempo} needed in case of ${remote_command} 282 tmux splitw -t $session "ssh ${ssh_option} ${host[$i]} ${remote_command}; sleep ${other_tempo}"283 tmux splitw -t $session "ssh ${ssh_option} ${host[$i]} ${remote_command}; sleep ${other_tempo}" 283 284 tmux select-layout tiled 284 285 done
Note: See TracChangeset
for help on using the changeset viewer.