siddg97 / Shell

Unix Shell Implentation in C using fork and exec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMPT 300 Assignment 2

Group Name: GroupAssn2
Group Members: Murtaza Mushtaq (301347189)
			   Vinay Lohana (301336732)

This submission contains a shell.c, Makefile, and README file. To run the shell.c file, just execute make command and then run the excutable ./shell

No online references are needed for this assignment since no code was copied. However, online resources such as the ones given by the instructor and a few others were used to gain knowledge relating to the completion of the project. 

About

Unix Shell Implentation in C using fork and exec


Languages

Language:C 93.3%Language:Makefile 6.7%