/mav-shell

Fully functional shell using existing software from the linux OS. Created for CSE 3320 OS class.

Primary LanguageC

mav-shell

Fully functional shell using existing software from the linux OS. Created for CSE 3320 OS class. The msh is coded in C.

Programming Assignment 1 CSE 3320 - 002 Code a mav shell, similar to the bourne shell. The shell will accept commands and will fork parent processes. Program written by Adam Hudson.

I ended up getting points off because my program says "Quitting" and "Exiting" upon exit and because my program prints a new line when the user presses ctrl+c.