Files
sysadmin/bin/speedtest.sh
2018-09-15 12:31:45 -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