An implementation of a shell written in the C programming language.
This shell was the result of an assignment.
With this shell, you can:
- Change directories/users
- Create/Copy/Move files
- Execute programs
Features include:
- Shared history between shell sessions
- Repeating a command in history
- Terminating programs launched by MyShell