++infos
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 14s

This commit is contained in:
Nico Schottelius 2025-12-29 21:21:18 +01:00
commit 3ac77718ff

View file

@ -1,7 +1,7 @@
#!/bin/sh
while true; do
ssh -D 3133 icrcnb "hostname; ping ::1"
ssh -D 3133 icrcnb "while true; do hostname; date; sleep 2; done"
echo "Waiting for reconnecting..."
sleep 5
done