This commit is contained in:
Nico Schottelius 2023-02-22 11:19:45 +01:00
parent 3762dd88ba
commit 6ea095aefd
1 changed files with 24 additions and 0 deletions

View File

@ -13,4 +13,28 @@ case "$1" in
tmux split-window -t ping_rm -v ping 2a0f:98c0:1::3
tmux attach -t ping_rm
;;
rmv6)
tmux new-session -s rmv6 -d ping 2a0f:98c0:7::1
tmux split-window -t rmv6 -h ping 2a0f:98c0:3::1
tmux split-window -t rmv6 -h ping 2a01:2a8:a182::8
tmux select-layout -t rmv6 even-horizontal
tmux split-window -t rmv6 -v ping 2a01:2a8:a182::9
tmux select-pane -t rmv6 -L
tmux split-window -t rmv6 -v ping 2a0f:98c0:4::1
tmux select-pane -t rmv6 -L
tmux split-window -t rmv6 -v ping 2a0f:98c0:8::1
tmux attach -t rmv6
;;
rmv4)
tmux new-session -s rmv4 -d ping 147.78.193.9
tmux split-window -t rmv4 -h ping 147.78.192.9
tmux split-window -t rmv4 -h ping 195.48.74.134
tmux select-layout -t rmv4 even-horizontal
tmux split-window -t rmv4 -v ping 195.48.74.135
tmux select-pane -t rmv4 -L
tmux split-window -t rmv4 -v ping 147.78.192.10
tmux select-pane -t rmv4 -L
tmux split-window -t rmv4 -v ping 147.78.193.10
tmux attach -t rmv4
;;
esac