Skip to content

Instantly share code, notes, and snippets.

@andrewpmiller
Created August 3, 2014 22:20
Show Gist options
  • Save andrewpmiller/cfb0e8a00861e2cf1803 to your computer and use it in GitHub Desktop.
Save andrewpmiller/cfb0e8a00861e2cf1803 to your computer and use it in GitHub Desktop.
Log speedtest results to a log file (on my Pi)
#!/bin/bash
# Appends simple results to log file
# Remember to chmod +x this script to make it executable
speedtest-cli --simple >>/home/pi/speedtest-log.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment