用c实现的简单linux shell

本博客再也不更新,更多精彩内容请访问个人独立博客 git 直接上代码吧!注释写的很清晰。github 首先头文件:shell // 头文件 #include <unistd.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <fcntl.h> #include <errno.h> #include <p
相关文章
相关标签/搜索