Skip to content

Instantly share code, notes, and snippets.

@jmeridth
Created July 30, 2013 20:21
Show Gist options
  • Save jmeridth/6116557 to your computer and use it in GitHub Desktop.
Save jmeridth/6116557 to your computer and use it in GitHub Desktop.
# create the shared session:
tmux -S /tmp/pair
# fix perms (inside the session):
chmod 777 /tmp/pair
# others connect with:
tmux -S /tmp/pair a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment