updated by /home/nico/bin/sync-all-repos on nb3
This commit is contained in:
parent
94759c9d24
commit
7b04c6719b
1 changed files with 6 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue