ctrl k
..
Makefile Hongzheng Li fix(Makefile): update test target to remove tests directory before restoring 5 months ago
README.md Hongzheng Li chore: update 5 months ago
utils.c Hongzheng Li feat: implemented substitution functionality 5 months ago
utils.h Hongzheng Li feat: implemented substitution functionality 5 months ago
wsh.c Hongzheng Li chore: update 5 months ago
wsh.h Hongzheng Li style: applied .clang-format 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
Page is in error, reload to recover