Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thinszx authored Jan 17, 2021
1 parent 0f0a7a1 commit d1cac33
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# 操作系统课程设计

## 课设要求
40. 操作系统接口:兼容Unix/Linux 命令接口3。(1-2 人,难度:5)
- 为Windows 操作系统建立一个兼容Unix/Linux 的shell 文件执行命令接口;
- 核心是实现.sh 格式文件的解读和执行
- 应该包括常用的shell 文件的流程控制语句,如顺序、循环和分支转移等,命令的内容与详细格式请查阅Unix/Linux 命令手册;

## 已完成功能
### 整体的一些功能

Expand Down Expand Up @@ -33,3 +34,6 @@
- [ ] 通过 `ctrl+c` 结束循环,但不结束shell
- [ ] `for/until` 等更高级语句的支持

## TODO
1. 上面那些未完成的功能
2. 整理文件结构

0 comments on commit d1cac33

Please sign in to comment.