Created
August 3, 2014 22:20
-
-
Save andrewpmiller/cfb0e8a00861e2cf1803 to your computer and use it in GitHub Desktop.
Log speedtest results to a log file (on my Pi)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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