-
Notifications
You must be signed in to change notification settings - Fork 14
Home
Adriano edited this page Mar 8, 2017
·
2 revisions
Welcome to the speedtest-linux wiki!
Our Bash scripts wrap the latest version of the Python code from upstream developers. So it is conceivable for you to always execute the latest of our wrappers in a few lines, without forking our repository:
$ wget https://git.io/speedtest.sh
$ wget https://git.io/fasttest.sh
$ chmod +x speedtest.sh fasttest.sh
$ ./speedtest.sh
$ ./fasttest.sh
Thanks to Christoph Langner for his post: https://linuxundich.de/gnu-linux/speedtest-net-speedtest-cli-im-terminal-ohne-browser in German.