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
|
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)
|
||||||
|
|
Loading…
Reference in a new issue