/esh

Enhanced Shell

Primary LanguageC++

CS302 Operating System Project 2 - esh

The project title esh is short for the enhanced shell system.

This shell supports pipe, redirection and auto-completion, with several built-in functions.

The full report of this project can be found in final.pdf.

Authors

Acknowledgements

  • We would like to thank for the guidance from Prof. Yinqian Zhang and all the TAs.
  • We would also like to thank for the some selected projects (minishell, 21sh and 42sh) from School 42, as these projects show us a fundamental architecture to build a shell system.