Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 428 Bytes

File metadata and controls

22 lines (16 loc) · 428 Bytes

CSCB07-MockShell-V1

This is a mock shell built in Java built by Shawn Santhoshgeorge, [name], [name] and Keshavaa Shaiskandan.

We utilized the Object orientated design principle along with the following design patterns.

  • Builder
  • Dependency Injection

It supports various commands such as:

  • mv
  • cp
  • ls
  • pwd
  • mkdir
  • pushd & popd
  • rm
  • tree
  • echo

All commmands are also supported with file redirection as well!