An own linux terminal built with c++ on linux enviroment.
Program executes a shell in the child process of the original terminal, accepting all commands from the PATH /bin/ and the 'cd' command to move between directories. However the program only runs in foreground. To end the execution of the 'child' Shell just press 'Ctrl+C'.
This program can only be run in Linux environment.