This is a basic shell written in C this tutorial. More features are to implemented as time goes on.
Program can be run on any unix system as most of the systmes calls and headers used are specific to unix systems. To run the program one will need to first compile the code. This can be done simply as below:
make
to compilemake run
to run the executable builtmake clean
to clean the executable and build files
You just need a linux system with a c compiler.
This is more of a personal project for learning different things and therefore no contributions needed.
- Stephen Brennan for the awesome tutorial.