Skip to content

Instantly share code, notes, and snippets.

@xcoderzach
Created September 25, 2014 18:45
Show Gist options
  • Save xcoderzach/02fc7c58a424d265a9ff to your computer and use it in GitHub Desktop.
Save xcoderzach/02fc7c58a424d265a9ff to your computer and use it in GitHub Desktop.
digger.sh
while true
do
dig google.com
sleep 240
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment