OS has been my favorite class so far… but why does my professor think I can build a unix shell without any real help?? He deadass gives us the rubric and tells us to figure it out. (I know this is what it’s like in the real world just let me complain🥹)
A shell is just reading an input from STDIN and then interacting with the UNIX Kernel API to perform simple tasks like file management. Don’t overthink it! All API docs are online.