.. | |||
Makefile | ![]() |
5 months ago | |
README.md | ![]() |
5 months ago | |
utils.c | ![]() |
5 months ago | |
utils.h | ![]() |
5 months ago | |
wsh.c | ![]() |
5 months ago | |
wsh.h | ![]() |
5 months ago |
README.md
COMP SCI 537 Project 3
- Name: Hongzheng Li
- CS Login: hongzheng
- Wisc ID: hli2225
- Wisc Email: hli2225@wisc.edu
- Status of Implementation:
- All(15) tests passed
- Note to grader:
Valgrind
will cause child process to change the offset of file pointer, which causes the program to stuck at infinite loop when there're more than a couple lines of sub-shell commands- Without running with
Valgrind
, the program will be just fine