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.
|
|
SESSION='peersTest'
tmux new-session -d -s $SESSION tmux split-window -d -t 0 -v tmux split-window -d -t 0 -h tmux split-window -d -t 1 -h tmux split-window -d -t 0 -h
tmux split-window -d -t 4 -h tmux split-window -d -t 5 -h tmux split-window -d -t 4 -h
tmux attach
|