From 28fcd4a5653a49af491f14050fac6822874b509e Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 28 Dec 2025 10:04:03 +0100 Subject: [PATCH] add icrc-connect --- icrc-connect | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 icrc-connect diff --git a/icrc-connect b/icrc-connect new file mode 100755 index 0000000..bf36160 --- /dev/null +++ b/icrc-connect @@ -0,0 +1,7 @@ +#!/bin/sh + +while true; do + ssh -D 3133 icrcnb "hostname; ping ::1" + echo "Waiting for reconnecting..." + sleep 5 +done