a simple bush shell implemented with some common commands
This project implements a simple bush shell that mimic the shell of GNU/Linux system. This project was writen in C.
This shell has implementation of help, exit, cd, pwd command.
This shell was implemented with support for program execution with full path of the program. (For example : /Users/lvematt/documents/hello_world will execute the hello_world prgram)
This shell was implemented with support for build-in shell command execution with resolve of path resolution. (For example: wc hello_world.c or /usr/bin/wc hello_world.c will work the same way and get the same result)