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