A fully functional Interactive Unix Bash like Shell in C. Features:
- Signal Handling
- Multi Threading
- Process Creation
- Background and Foreground Processes
- User defined and built-in commands
- I-O Redirection
- Piping
HOW TO USE
- Compile the file LinuxShell.c with gcc
- Run ./a.out