Created
August 14, 2019 19:17
-
-
Save sdcasas/3b11d97d757c7c5860b8d0671261abcd to your computer and use it in GitHub Desktop.
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
| # source: https://www.vozidea.com/velocidad-de-la-conexion-desde-terminal-linux | |
| # Download source code | |
| wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | |
| # give permission run | |
| sudo chmod +x speedtest-cli | |
| # runing | |
| ./speedtest-cli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment