Compare commits

..

No commits in common. "e33b31de80f4c073f9b35df808a4a06a9c4835e1" and "65da31623549dfe9b93084e157e8deacc076443d" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View File

@ -1,2 +0,0 @@
#!/bin/sh
ping -c 1 -W 1 8.8.8.8; while [ $? != 0 ]; do ping -c 1 -W 1 8.8.8.8; done