Created
May 24, 2018 00:41
-
-
Save VirtuBox/fa365416cd1725e7cefe2de9923fd621 to your computer and use it in GitHub Desktop.
speedtest.sh
This file contains hidden or 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 | |
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