Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@olvesh
olvesh / ssh-multi.sh
Last active December 30, 2015 11:29 — forked from dmytro/ssh-multi.sh
#!/bin/bash
# ssh-multi
# D.Kovalov
# Based on http://linuxpixies.blogspot.jp/2011/06/tmux-copy-mode-and-how-to-control.html
# a script to ssh multiple servers over multiple tmux panes
starttmux() {
if [ -z "$HOSTS" ]; then