Asia’s Shell
November 2023 - Github
This project is a recreation of a shell in C. It is able to display a prompt and execute a user’s command. This shell has its own built in versions of the commands needed to change the directory, create a hard link, remove something, and exiting the shell. If the user wants to redirect input/output through the command line, the shell can also process that! It also handles forking/making new child processes, runs processes in the background, and manages processes with signal forwarding. (It does some other cool background stuff that shells do, but I am not a systems gal.)

