Files
sysadmin/speedtest.sh
2018-09-10 20:19:08 -03:00

4 lines
122 B
Bash

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