I made a mini-shell for deepening the understanding of the shell.
For the implementation of main functionalities, I followed Tutorial-Write a Shell in C.
This tutorial offers how to get arguments and call built-in functions or external functions.
Then, I implemented the following functionalities by myself;
- Displaying the current directory all the time.
- Backslash(\) escaping.