wcgunter/Bean-Gunter-Unix-Shell
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
John Bean Will Gunter CISC361 Project 2: UNIX SHELL -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- shell.h: Header file ushell.c: Main C file, contains built in commands and exec path.c: Contains code to populate PathElement linked list, and the WHERE/WHICH commands -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Compile using "make ushell" Run using "./ush" Clean using "make clean"