ping++
This commit is contained in:
parent
a8232b9cb6
commit
66f8158746
1 changed files with 5 additions and 0 deletions
|
@ -167,4 +167,9 @@ case "$conn" in
|
||||||
# tmux split-window -t "$conn" -v ping 2a0a:e5c0:34::1
|
# tmux split-window -t "$conn" -v ping 2a0a:e5c0:34::1
|
||||||
tmux attach -t "$conn"
|
tmux attach -t "$conn"
|
||||||
;;
|
;;
|
||||||
|
outside)
|
||||||
|
tmux new-session -s "$conn" -d ping 2600::
|
||||||
|
tmux split-window -t "$conn" -v ping 8.8.8.8
|
||||||
|
tmux attach -t "$conn"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue