Skip to content

Instantly share code, notes, and snippets.

@imbeyondboredom
Created November 13, 2014 15:57
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 imbeyondboredom/a71efeeeaa36932f0496 to your computer and use it in GitHub Desktop.
Save imbeyondboredom/a71efeeeaa36932f0496 to your computer and use it in GitHub Desktop.
Script to log internet status
echo "Starting Internet Test"
thedate=$(date)
pingInternal=$(ping -c 4 192.168.1.11)
pingExternal=$(ping -c 4 8.8.8.8)
echo "Test finished - Press enter to copy to clipboard"
read
echo -e "$thedate\n$pingInternal\n$pingExternal" | pbcopy
@Richie97
Copy link

Which part uploads all of our dataz to the cloud?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment