|
C-Shell
A simple shell written in C.
|
Directories | |
| internal | |
Files | |
| executor.c | |
| This file is the heart of the shell, where commands are executed. | |
| executor.h | |
| internal_commands.h | |
| This header file contains declarations for the internal commands. | |
| job_store.c | |
| job_store.h | |
| main.c | |
| The entrypoint to the program. | |
| main.h | |
| parse.c | |
| The parser. | |
| parse.h | |
| redirection.c | |
| redirection.h | |
| shelltypes.h | |
| signals.c | |
| signals.h | |
| terminal.c | |
| User input handling and terminal manipulation. | |
| terminal.h | |