You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
270 B

  1. SESSION='peersTest'
  2. tmux new-session -d -s $SESSION
  3. tmux split-window -d -t 0 -v
  4. tmux split-window -d -t 0 -h
  5. tmux split-window -d -t 1 -h
  6. tmux split-window -d -t 0 -h
  7. tmux split-window -d -t 4 -h
  8. tmux split-window -d -t 5 -h
  9. tmux split-window -d -t 4 -h
  10. tmux attach