My_shell
When mordern computer was built, shell is a creative inovation at that time. People communicate with computers via shell, CLI(Command Line Interface) is not the first but very important computer user interface. For me it’s a good opportunity to learn how computer structure, operating system works. Since I’ve learned C for 3 month. I tried some small projects, Tic-Tac-Toe, pomodoro clock, Raylib liberary, etc. All of these are built with single functionality. Because I want to explore more deep, so I chose “Build your own shell” as my first side-project, I found it from “build your own x repo” on GitHub. My own shell will not only one version, I’ll try different methods(framework) and gradually improve it. ...