One command to just execute a test without storing the file

This commit is contained in:
Emilien Devos 2016-07-09 17:17:21 +02:00 committed by GitHub
parent 7b09d8759f
commit e1b851383f
1 changed files with 5 additions and 0 deletions

View File

@ -52,6 +52,11 @@ or
git clone https://github.com/sivel/speedtest-cli.git
python speedtest-cli/setup.py install
Just execute it without storing the file
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
python <(curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest_cli.py)
Just download (Like the way it used to be)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~