nsbin/update-hosts.debian
Nico Schottelius d3c6e29902 Initial commit
2006-07-20 09:54:37 +02:00

6 lines
119 B
Text
Executable file

hosts="eiche"
for host in $hosts; do
ssh root@$host "apt-get update"
ssh root@$host "apt-get dist-upgrade"
done