ping: add v6test
This commit is contained in:
parent
3415bd0188
commit
846456275d
1 changed files with 12 additions and 0 deletions
|
@ -43,4 +43,16 @@ case "$conn" in
|
|||
tmux new-session -s "$conn" -d ping nico-vm.schottelius.org
|
||||
tmux split-window -t "$conn" -h ping 147.78.192.9
|
||||
;;
|
||||
v6test)
|
||||
tmux new-session -s v6test -d ping 2600::
|
||||
tmux split-window -t v6test -h ping -6 heise.de
|
||||
tmux split-window -t v6test -h ping emonitor1.place12.ungleich.ch
|
||||
tmux select-layout -t v6test even-horizontal
|
||||
tmux split-window -t v6test -v ping router1.place10.ungleich.ch
|
||||
tmux select-pane -t v6test -L
|
||||
tmux split-window -t v6test -v ping router1.place7.ungleich.ch
|
||||
tmux select-pane -t v6test -L
|
||||
tmux split-window -t v6test -v ping vm1.place11.ungleich.ch
|
||||
tmux attach -t v6test
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue