Merging old admin.git repo.

This commit is contained in:
2018-09-10 20:19:08 -03:00
parent 7e5dbb35ad
commit 2f442be010
16 changed files with 735 additions and 0 deletions

3
speedtest.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
# setup : pip3 install speedtest-cli jsonf
speedtest-cli --server 10506 --share --json | python3 -m json.tool