Skip to content

Instantly share code, notes, and snippets.

@Askill
Last active September 4, 2022 11:29
Show Gist options
  • Save Askill/8b1700fb9f5448d48e390b88f29f97dd to your computer and use it in GitHub Desktop.
Save Askill/8b1700fb9f5448d48e390b88f29f97dd to your computer and use it in GitHub Desktop.
#! /bin/bash
fileName="/home/john/speed-log/speed_log.txt"
echo "$(speedtest-cli --csv --csv-delimiter ';')" >> $fileName
@Askill
Copy link
Author

Askill commented Sep 4, 2022

crontab -e
*/5 * * * * /home/john/internet-speed-logger.sh

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