Created
December 21, 2015 09:42
-
-
Save exAspArk/42bdb62751a9300ee6d7 to your computer and use it in GitHub Desktop.
Screen / Tmux (in iTerm 2)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh [email protected] -t "screen -DR session_name" | |
tmux -CC attach -t session_name || tmux -CC new -s session_name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment