Skip to content

StellarFr0st/cli-speedtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

Command-line Speedtest

To use this script, please use these commands in this order.

sudo nano ~/.bashrc

Then at the end of the file, enter the following line:

alias speedtest="sudo mkdir -p /share/speedtest && sudo curl https://raw.githubusercontent.com/RogueEmailing/cli-speedtest/main/speedtest | sudo python - --share --secure | sudo dd -of =/share/speedtest/result && echo You can view the result in this file: /share/speedtest/result"

Next you will need to type these commands:

sudo source ~/.bashrc

Now to run the speedtest whenever you need, you just type:

sudo speedtest

Now you are able to run a speedtest directly from your CLI on Linux.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages