Moved scripts to bin dir.
This commit is contained in:
3
bin/speedtest.sh
Normal file
3
bin/speedtest.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
# setup : pip3 install speedtest-cli jsonf
|
||||
speedtest-cli --server 10506 --share --json | python3 -m json.tool
|
||||
Reference in New Issue
Block a user