Skip to content

Instantly share code, notes, and snippets.

@cumet04
Last active March 12, 2017 15:35
Show Gist options
  • Save cumet04/5a3a2057234f0144c1b8625413f4bc52 to your computer and use it in GitHub Desktop.
Save cumet04/5a3a2057234f0144c1b8625413f4bc52 to your computer and use it in GitHub Desktop.
#/bin/bash
speedtest-cli --list | tail -n +2 | head -n 5 | while read s;do echo "### "$s;speedtest-cli --server $(echo $s | sed "s/\(\d*\)).*/\1/g") --simple --bytes;done > $(date +%Y%m%d-%H%M).txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment