Planning to make a simple shell with basic commands, without scripting.
To build the shell, simply run make in the project's root directory.
- Reading input
- Running programs
- Commands: cd, exit, help
- Arguments for programs are parsed based on spaces
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Planning to make a simple shell with basic commands, without scripting.
To build the shell, simply run make in the project's root directory.