Skip to content

Instantly share code, notes, and snippets.

@jbradley89
Last active February 10, 2017 05:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbradley89/ad8b3f45b53a86bfbfebee89890625ed to your computer and use it in GitHub Desktop.
Save jbradley89/ad8b3f45b53a86bfbfebee89890625ed to your computer and use it in GitHub Desktop.
#!/bin/bash
for i in {1..10}; do ping -c1 google.com; sleep 4; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment