Update 2024-02-14 07:51 OpenBSD/amd64-x13
This commit is contained in:
7
.bin/OLD/multissh.sh
Executable file
7
.bin/OLD/multissh.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh -x
|
||||
|
||||
S="git.codevoid.de dns.codevoid.de honk.codevoid.de jabber.codevoid.de shell.codevoid.de gopher.codevoid.de mail.codevoid.de irc.uugrn.org fossil.codevoid.de"
|
||||
|
||||
for srv in $S; do
|
||||
ssh -tt $srv "$@";
|
||||
done
|
||||
Reference in New Issue
Block a user