From 7b04c6719b80f8496a2b529076be03e02ba3e770 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 3 Nov 2023 11:12:45 +0100 Subject: [PATCH] updated by /home/nico/bin/sync-all-repos on nb3 --- ping_template.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/ping_template.sh b/ping_template.sh index a414c11..411a445 100755 --- a/ping_template.sh +++ b/ping_template.sh @@ -2,10 +2,12 @@ conn=$1; shift -if tmux ls | grep ^${conn}:; then - tmux attach -t ${conn} - exit 0 -fi +set -x + +# if tmux ls | grep ^${conn}:; then +# tmux attach -t ${conn} +# exit 0 +# fi case "$conn" in edurable)