We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d5b95f commit 701af09Copy full SHA for 701af09
get_http_code.py
readme.md
@@ -34,6 +34,13 @@ scp CQU_drcom* -r [email protected]:/root/
34
5. 如果返回联网失败,可稍后再次检查网络连通情况
35
6. 享受路由器吧
36
37
+### 命令行选项
38
+```bash
39
+-V, --dry-run Run the script without installation.
40
+-h, --help Show help message.
41
+```
42
+
43
44
## 3.进程管理
45
46
由于 OpenWrt 下 busybox 与一般 Linux 控制台没有太多差距,因此可以参照一般 Linux 控制台的使用方法去使用。 </br>
@@ -51,6 +58,11 @@ drcom 自启动服务位于 `/etc/init.d/drcomctl`
51
58
亦可以在 Luci (http://192.168.1.1 一般为此机的IP) System - Startup 中找到该管理的 luci app 。通过网页控制台进行管理。
52
59
53
60
## CHANGE LOG
61
+2020.09.06-2
62
+- 修改运行逻辑
63
+- 添加了 `--dry-run` 作为运行选项方便测试
64
+- 使用 `getopts` 处理选项
65
54
66
2020.09.06
55
67
- 修复因 `os-release` 大小写带来的配置问题 [#13](https://github.com/purefkh/CQU_drcom/issues/13)
56
68
- 修改部分执行逻辑
0 commit comments