g++ -o shell shell.cpp
./shell
dir_name is the path of the new working directory.
ls lists all the files and directories in the current directory
Creates a new directory named dir_name in current directory
Creates a new directory in the given path
Creates a new directory named dir_name in current directory and prints "dir_name created" on the console window.
Deletes the directory named dir_name
Exits the console