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