Skip to content

Instantly share code, notes, and snippets.

@atastycookie
Last active March 13, 2016 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atastycookie/a92089d1c9c0c0283655 to your computer and use it in GitHub Desktop.
Save atastycookie/a92089d1c9c0c0283655 to your computer and use it in GitHub Desktop.
dlspeed=$(echo -n "scale=2; " && curl --connect-timeout 8 http://162.243.11.125/dl/10mb.test -w "%{speed_download}" -o $fileName -s | sed "s/\,/\./g" && echo "/1048576");
echo "$dlspeed" | bc -q | sed "s/$/ MB\/sec/;s/^/\tDownload Speed\: /";
rm -rf $fileName;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment