bash/\343\203\252\343\203\242\343\203\274\343\203\210\343\203\236\343\202\267\343\203\263\343\201\214\345\206\215\350\265\267\345\213\225\343\202\222\345\256\214\344\272\206\343\201\231\343\202\213\343\201\256\343\202\222\345\276\205\346\251\237\343\201\231\343\202\213.md
... ...
@@ -0,0 +1,5 @@
1
+[ssh - Wait for linux machine to be rebooted - Super User](https://superuser.com/questions/666269/wait-for-linux-machine-to-be-rebooted)
2
+
3
+```
4
+$ while ! ssh ${remote_ip} sleep 1 &>/dev/null; do sleep 1; done
5
+```
... ...
\ No newline at end of file