Skip to content

Instantly share code, notes, and snippets.

@The1andONLYdave
Created April 7, 2018 18:45
Show Gist options
  • Save The1andONLYdave/484f4954de9e42f618ba0b69eb61eff6 to your computer and use it in GitHub Desktop.
Save The1andONLYdave/484f4954de9e42f618ba0b69eb61eff6 to your computer and use it in GitHub Desktop.
#!/bin/bash
while true; do
date >> /mnt/HD/HD_a2/Netzwerkdaten/internet-status.log
ping 8.8.8.8 -c 1 -W 1 | sed -n 3,5p >> /mnt/HD/HD_a2/Netzwerkdaten/internet-status.log
echo "" >> /mnt/HD/HD_a2/Netzwerkdaten/internet-status.log
sleep 59
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment