Smallsh:小壳 俄勒冈州立大学CS344的组合项目:操作系统I 编译: gcc --std=gnu99 -g -o smallsh smallsh.c 关于这个项目: 这个教育项目是编写一个小的shell,可以处理cd , status和在内部exit 。 所有其他命令都作为分支进程在外部运行。