Pair programming with tmux
Server:
bashtmux -2 -S /tmp/pair new-session -s PairProgramming
chmod 777 /tmp/pair
Client:
bashtmux -2 -S /tmp/pair attach-session -t PairProgramming
bashtmux -2 -S /tmp/pair new-session -s PairProgramming
chmod 777 /tmp/pair
bashtmux -2 -S /tmp/pair attach-session -t PairProgramming