updated by /home/nico/bin/sync-all-repos on nb3

This commit is contained in:
Nico Schottelius 2023-04-17 22:26:06 +02:00
parent e579e8566f
commit 50819c4189
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,8 @@
#!/bin/sh
case "$1" in
conn=$1; shift
case "$conn" in
rm)
tmux new-session -s ping_rm -d ping 2a0f:98c0:1::2
tmux split-window -t ping_rm -h ping 2a0f:98c0:2::2
@ -37,4 +39,8 @@ case "$1" in
tmux split-window -t rmv4 -v ping 147.78.193.10
tmux attach -t rmv4
;;
ungleich)
tmux new-session -s "$conn" -d ping nico-vm.schottelius.org
tmux split-window -t "$conn" -h ping 147.78.192.9
;;
esac