updated by /home/nico/bin/sync-all-repos on nb3

This commit is contained in:
Nico Schottelius 2023-11-03 11:12:45 +01:00
parent 94759c9d24
commit 7b04c6719b
1 changed files with 6 additions and 4 deletions

View File

@ -2,10 +2,12 @@
conn=$1; shift conn=$1; shift
if tmux ls | grep ^${conn}:; then set -x
tmux attach -t ${conn}
exit 0 # if tmux ls | grep ^${conn}:; then
fi # tmux attach -t ${conn}
# exit 0
# fi
case "$conn" in case "$conn" in
edurable) edurable)