/Unix_Shell

Unix shell recreation based off a school project

Primary LanguageC

Unix_Shell

Unix shell recreation based off a school project

How to use:

  • First, run command 'make' to create executable
  • nush$ will launch
  • Type shell commands
  • Current available operators are:
    • < redirect input
    • > redirect output
    • | pipe
    • & background
    • && and
    • || or
    • ; semi (chain commands together)

Tests

  • Run make test in project directory
  • Test 14 will fail due to no parenthesis support