Skip to content

Instantly share code, notes, and snippets.

@VirtuBox
Created May 24, 2018 00:41
Show Gist options
  • Save VirtuBox/fa365416cd1725e7cefe2de9923fd621 to your computer and use it in GitHub Desktop.
Save VirtuBox/fa365416cd1725e7cefe2de9923fd621 to your computer and use it in GitHub Desktop.
speedtest.sh
#!/bin/bash
wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
chmod +x speedtest-cli
./speedtest-cli --share
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment