Created
July 25, 2016 23:46
-
-
Save csinge/6a34114798fca27312625bb46513b794 to your computer and use it in GitHub Desktop.
Linux Helpers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for (( ;; )) do ping -c 1 google.com; sleep 15; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment