Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

使用shell重写,与友商a的python实现相比更轻量,与友商b的c实现相比功能更丰富,适合嵌入式设备 #135

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

rhjdvsgsgks
Copy link

实现了 monyhar/monyhar#165 (comment) 中提到的对接口的封装,为接下来掏空curl做准备

@rhjdvsgsgks rhjdvsgsgks changed the title 使用shell重写,与友商的python实现相比更适合嵌入式设备 使用shell重写,与友商的python实现相比更轻量,适合嵌入式设备 Jun 17, 2021
monyhar_cli Outdated
@@ -0,0 +1,2 @@
#!/bin/sh
curl $@

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

太强了,只需要一行代码就能上网,大佬厉害👍

monyhar Outdated Show resolved Hide resolved
Co-authored-by: Yufan You <[email protected]>
@rhjdvsgsgks rhjdvsgsgks changed the title 使用shell重写,与友商的python实现相比更轻量,适合嵌入式设备 使用shell重写,与友商a的python实现相比更轻量,与友商b的c实现相比功能更丰富,适合嵌入式设备 Jun 17, 2021
Copy link

@I-Info I-Info left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🉑

@@ -0,0 +1,2 @@
#!/bin/sh
curl "$@"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
curl "$@"
lynx "$@"

这才对()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants