Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
ae1a4a47226f02c0f2ffc3edd9e5e68d49f861e5
/
.
/
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"