4 lines
122 B
Bash
4 lines
122 B
Bash
#!/bin/bash
|
|
# setup : pip3 install speedtest-cli jsonf
|
|
speedtest-cli --server 10506 --share --json | python3 -m json.tool
|