-
Notifications
You must be signed in to change notification settings - Fork 2
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
Now you can use your favorite script without bash #1
Conversation
OLDGW=`netstat -nr | grep '^default' | grep -v 'ppp' | sed 's/default *\\([0-9\.]*\\) .*/\\1/' | awk '{if($1){print $1}}'` 去掉 oldgw 前面多余的空行
解决 mac 10.9 下 生成的 ip-up 脚本不能运行
将说明文档从 Google Code 转移了过来。
添加 README 说明文档
Also used `printf` to avoid `echo` mess
Conflicts: chnroutes.py
What, what, w... |
I'm not going to maintain chnroutes, but it seems I have to. Okay, go on. |
Now you can use your favorite script without bash
啊对,我看看你的 PR 发现不行就把上游 merge 过来了。然后想了想这更改该进上游,上游又没声音。我考虑把我别的 PR 也搞过来算了。 |
我干脆先一 PR 两处发吧。因为你 Mac 去除了 awk,merge 总是要 conflict…… |
我曾经打算维护 chnroutes 来着,后来就忘记这事情了。要不要我来个 chnroutes-ng? |
吼啊。 |
准备怎么来?直接 git mirror 掉数据推个新的? |
哦对了,repo 描述这次改成 avoid piping domestic traffic thru VPN to save money and time 好了。 |
对,来个新的。并且实现一个 |
在 Shell 脚本这边可以定义各个平台的 chnroutes_add/del 函数降低面条,也可能是个主意。我在 fivesheep#48 这么写:
似乎加速第二条又有点跟前面的冲突了。嗯,那就再加个脚本尾,中间实际上只变成一堆 += 好了。 |
Mirror 之后我那些 PR 你大概用 |
不用。我直接 fork 一个新 repo 然后直接上柴刀砍代码就行了…… |
啊,总之把我的更改(读作 README)带上……( |
不过我这里的事情还是太多,这周笔记本又挂了,估计在学校要满满折腾了……下个月还有物理实验和关于 TLS 的 workshop...不知道什么时候能启动。 |
另外 OS X 测试就靠你帮忙了。AOSC 成员有能帮忙测试的么? |
OS X 我现在也用不到了。我可以试试 @Elethom 或者 Hackintosh 什么的。AOSC 的话我手上有,虽然说我们连自己的东西都直接脑测…… |
Now you can use your favorite script without bash
Now you can use your favorite script without bash
Now you can use your favorite script without bash
说起 |
收到。 |
Also used
printf
to avoidecho
mess