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)