Skip to content

Instantly share code, notes, and snippets.

@ChatchaiJ
Created August 31, 2017 17:40
Show Gist options
  • Save ChatchaiJ/565b80521a432e538fa08db272d60213 to your computer and use it in GitHub Desktop.
Save ChatchaiJ/565b80521a432e538fa08db272d60213 to your computer and use it in GitHub Desktop.
#!/bin/bash
while true; do
date;
dig @8.8.8.8 ftp.coe.psu.ac.th +trace | egrep -v 'NSEC|RRSIG|DS|^\.|^th\.';
sleep 10;
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment