hetzner helper scripts
diff --git a/scripts/hetzner/network.sh b/scripts/hetzner/network.sh
new file mode 100755
index 0000000..37fac69
--- /dev/null
+++ b/scripts/hetzner/network.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+ssh root@h01 "systemctl restart systemd-networkd"
+ssh root@h02 "systemctl restart systemd-networkd"
+ssh root@h03 "systemctl restart systemd-networkd"
diff --git a/scripts/hetzner/restart-all.sh b/scripts/hetzner/restart-all.sh
new file mode 100755
index 0000000..e4ea389
--- /dev/null
+++ b/scripts/hetzner/restart-all.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+ssh root@h01 "sudo shutdown -r now"
+ssh root@h02 "sudo shutdown -r now"
+ssh root@h03 "sudo shutdown -r now"