Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 545 Bytes

File metadata and controls

11 lines (9 loc) · 545 Bytes

UnixShell

Demo: https://christianpng.github.io/Portfolio-Website/#/Shell

a powerful Unix shell filled with features that combines the robustness of a traditional Linux shell with innovative new capabilities. It is designed to provide a seamless and enhanced command-line interface. Project was built using C and window's subsystem for linux.

HOW TO RUN:

  • must be operating on a unix base system
  • run "make"
  • run ./mysh and the shell should run
  • to exit the shell type "exit"
  • make clean will remove all the executables and .o files