Skip to content

Commit

Permalink
improvement: update speedtest-cn-cli tool version and add readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EscapeLife committed May 7, 2021
1 parent 46377e7 commit 17600d5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions tools/speed/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# speedtest-cn-cli

> ---
```bash
# 下载最新版工具
$ curl -O https://ftp.speedtest.cn/cli/linux/speedtest-cn-cli
$ chmod +x speedtest-cn-cli

# 获取帮助信息
$ ./speedtest-cn-cli -h
Version: speedtest-cn-cli v1.0.2
Usage: speedtest-cn-cli [<options>]
-h, --help Print usage information
-l, --servers List nearest servers
-l, --servers keyword Search servers with keyword
-s, --server-id id Specify a server from the server list using its id

# 执行命令快速测速
$ ./speedtest-cn-cli
```
Binary file modified tools/speed/speedtest-cn-cli
Binary file not shown.

0 comments on commit 17600d5

Please sign in to comment.