- mfs.c: A small stub program to get you started on you shell portion of assignment 1. This code provides the shell prompt and parses the user input into tokens for you. You are free to use any of this code for assignment 1.
- Useful Examples: A small collection of programs that demonstrate some of the functionality you may need for your assignment. You may use any of this code in your work,