Implemantation of a shell using c and linux system calls
basic implemntation of a linux shell. the shell supports foreground and background running of commands.
those 3 commands are implemented directly and won't create a child process when called.
compile the source file and run it. the shell will run you give the 'exit' command.