Created
September 25, 2014 18:45
-
-
Save xcoderzach/02fc7c58a424d265a9ff to your computer and use it in GitHub Desktop.
digger.sh
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
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