Skip to content

Instantly share code, notes, and snippets.

@mfb2
Last active November 28, 2017 22:36
Show Gist options
  • Save mfb2/4088d142e4db84883d81feb060de946b to your computer and use it in GitHub Desktop.
Save mfb2/4088d142e4db84883d81feb060de946b to your computer and use it in GitHub Desktop.
tmux.sh
#####################################
# machine 1
tmux -S /tmp/pair new -s ${machine1_session_name}
# now in tmux session!
chmod 777 /tmp/pair
#####################################
# machine 2
tmux -S /tmp/pair new -s ${machine2_session_name} -t ${machine1_session_name}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment