-
Notifications
You must be signed in to change notification settings - Fork 121
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
base: master
Are you sure you want to change the base?
Conversation
monyhar_cli
Outdated
@@ -0,0 +1,2 @@ | |||
#!/bin/sh | |||
curl $@ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
太强了,只需要一行代码就能上网,大佬厉害👍
Co-authored-by: Yufan You <[email protected]>
There was a problem hiding this 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 "$@" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
curl "$@" | |
lynx "$@" |
这才对()
实现了 monyhar/monyhar#165 (comment) 中提到的对接口的封装,为接下来掏空curl做准备