Skip to content

Instantly share code, notes, and snippets.

@gronnbeck
Created October 7, 2015 07:07
Show Gist options
  • Save gronnbeck/e54915d70bc55abe9403 to your computer and use it in GitHub Desktop.
Save gronnbeck/e54915d70bc55abe9403 to your computer and use it in GitHub Desktop.
Log all the pings
ping $PING_IP | perl -nle 'BEGIN {$|++} print scalar(localtime), " ", $_' > $PING_OUT &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment