Update 2024-02-14 07:51 OpenBSD/amd64-x13
This commit is contained in:
17
.bin/OLD/syspatch-all
Executable file
17
.bin/OLD/syspatch-all
Executable file
@@ -0,0 +1,17 @@
|
||||
#!/bin/sh
|
||||
|
||||
SERVERS="
|
||||
irc.uugrn.org
|
||||
www.uugrn.org
|
||||
mail2.uugrn.org
|
||||
mail.codevoid.de
|
||||
dns.codevoid.de
|
||||
codevoid.de
|
||||
home.codevoid.de
|
||||
"
|
||||
|
||||
|
||||
for srv in $SERVERS
|
||||
do
|
||||
ssh $srv "doas syspatch"
|
||||
done
|
||||
Reference in New Issue
Block a user