Skip to content

Instantly share code, notes, and snippets.

@lyndell
Last active December 18, 2015 02:21
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 lyndell/2b48c4ef75b13e9b6895 to your computer and use it in GitHub Desktop.
Save lyndell/2b48c4ef75b13e9b6895 to your computer and use it in GitHub Desktop.
collect traceroutes
#!/bin/bash -x
trap exit SIGINT
while (true)
do
echo
echo
curl -D - http://icanhaztrace.com
echo "sleeping..."
sleep 600
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment