smallsh Custom Shell

For this custom shell, I used C to implement common shell commands such as cd, status, and exit. I also handled input and output redirection and implemented custom signal handlers. I also developed a function to parse commands into tokens to determine user input.

0 Lifts 

Artifacts

Name Description
Test Script Test script used to grade the assignment - all tests were passed when running the test script with my program.   Download
Feedback