A proper Linux Shell implemented using execv commands
The Shell works by using the functions of stringtok and directory search
- The command, including the pipes, is seperated into tokens
- The operation to be performed is taken as a seperate token
- This seperate token is searched over within directories of the pre-compiled codes of the system
- As soon as the corresponding compilation is found that command is executed
- The pipes and each command works perfectly for each case scenerio
- The terminal is not implemented in loop
- This project is open source, so whoever whishes to add something in it or contribute, he/she can!