Your own Shell
Your own Shell,这个由泰国一位程序员发起的项目,我在网上看到之后很感兴趣,于是乎,我也入坑了,并写了一大堆不怎么实用的功能。。居然还被合并了。。。。
我的修改就是版本2了。。。
我的代码贡献:
- Add export built-in command 增加export命令
- Add getenv built-in command 增加getenv命令
- Add export built-in command 增加export命令
- Use subprocess module to fork and exec 改进执行函数
- Get an environment variable if a token begins with a dollar sign 符合Shell习惯的变量读取
- Support Windows Windows的支持
。。不过怎么说。。bug还是很多的。。
我和他激烈的讨论在这里。。。
他的主要分支版本:
我的版本:
问题讨论: