Update 2024-02-14 07:51 OpenBSD/amd64-x13
This commit is contained in:
23
.bin/OLD/dexec_ssh_favs
Executable file
23
.bin/OLD/dexec_ssh_favs
Executable file
@@ -0,0 +1,23 @@
|
||||
#!/bin/sh
|
||||
. ~/.bin/_config
|
||||
|
||||
HOST=$(echo "
|
||||
barton.oldbsd.de
|
||||
tweety.home.codevoid.de
|
||||
gopher.codevoid.de
|
||||
shell.codevoid.de
|
||||
cvs.openbsd.org
|
||||
shell.uugrn.org
|
||||
mail2.uugrn.org
|
||||
mail.codevoid.de
|
||||
git.codevoid.de
|
||||
fossil.codevoid.de
|
||||
jabber.codevoid.de
|
||||
chat.uugrn.org
|
||||
www.uugrn.org
|
||||
" | $DMENU_CMD -p SSH)
|
||||
|
||||
if [ ! -z "$HOST" ]; then
|
||||
set -x
|
||||
texec "ssh -tt $HOST 'LC_ALL=de_DE.UTF-8 tmux -u2 attach || LC_ALL=de_DE.UTF-8 tmux -u2'"
|
||||
fi
|
||||
Reference in New Issue
Block a user