The task is to use the ANSI C language to write a simple shell program – Microshell
To run program on Linux use make command and then run the showed file like that:
$ make
$ ./microshell.cAlso can be seen by typing
helpwhile running
help- displays on the screen information about the program author and offered functionalitiescdexit- exit the programcp,rmchcolour- let you choose the colour of textwhoami- shows user name
