-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvement: update speedtest-cn-cli tool version and add readme.md
- Loading branch information
1 parent
46377e7
commit 17600d5
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.