Skip to content

Instantly share code, notes, and snippets.

View dgromov's full-sized avatar

Dmitriy Gromov dgromov

View GitHub Profile
@dgromov
dgromov / mssh.py
Last active December 9, 2019 08:26
mssh
#!/usr/bin/env python
# Summary:
# This script will ssh to multiple boxes by splitting an iterm2 or tmux window evenly
# and then logging into all boxes listed.
#
# Will create a new iterm2 window if you are in iterm2 or a new tmux window if it detects
# that you are already in a tmux session
#
# Install: