Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
e009a5dd3fbd34d4586d2f2f9d08347b0f31ad6b
/
.
/
scripts
/
hetzner
/
restart-all.sh
blob: e4ea389519d620ec66615bce81ecd6ac1e9fd4a5 [
file
] [
log
] [
blame
]
#!/bin/sh
ssh root@h01
"sudo shutdown -r now"
ssh root@h02
"sudo shutdown -r now"
ssh root@h03
"sudo shutdown -r now"