Update 2024-02-14 07:51 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2024-02-14 07:54:31 +01:00
parent b55e6a3616
commit 9624895938
373 changed files with 19074 additions and 3045 deletions

23
.bin/OLD/dexec_ssh_favs Executable file
View 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