mirror of
https://github.com/PurpleComputing/helpful-scripts.git
synced 2026-02-03 13:53:24 +00:00
7 lines
221 B
Bash
7 lines
221 B
Bash
cd /Library/Application\ Support/Purple
|
|
rm -rf speedtest-cli
|
|
curl -s -Lo speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
|
|
chmod +x speedtest-cli
|
|
echo
|
|
python3 speedtest-cli --simple
|