ping: add edurable
This commit is contained in:
parent
791198d547
commit
5f0518eea7
1 changed files with 9 additions and 0 deletions
|
@ -8,6 +8,15 @@ if tmux ls | grep ^${conn}:; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$conn" in
|
case "$conn" in
|
||||||
|
edurable)
|
||||||
|
tmux new-session -s ${conn} -d ping 192.168.3.102
|
||||||
|
tmux split-window -t ${conn} -h ping 192.168.3.103
|
||||||
|
tmux select-layout -t ${conn} even-horizontal
|
||||||
|
tmux split-window -t ${conn} -v ping 192.168.3.104
|
||||||
|
tmux select-pane -t ${conn} -L
|
||||||
|
tmux split-window -t ${conn} -v ping 192.168.3.105
|
||||||
|
tmux attach -t ${conn}
|
||||||
|
;;
|
||||||
rmgreen)
|
rmgreen)
|
||||||
tmux new-session -s ${conn} -d ping 195.48.74.164
|
tmux new-session -s ${conn} -d ping 195.48.74.164
|
||||||
tmux split-window -t ${conn} -h ping 195.48.74.132
|
tmux split-window -t ${conn} -h ping 195.48.74.132
|
||||||
|
|
Loading…
Reference in a new issue