Skip to content

Instantly share code, notes, and snippets.

@csinge
Created July 25, 2016 23:46
Show Gist options
  • Save csinge/6a34114798fca27312625bb46513b794 to your computer and use it in GitHub Desktop.
Save csinge/6a34114798fca27312625bb46513b794 to your computer and use it in GitHub Desktop.
Linux Helpers
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