add icrc-connect

This commit is contained in:
Nico Schottelius 2025-12-28 10:04:03 +01:00
commit 28fcd4a565

7
icrc-connect Executable file
View file

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