issues
search
Amid68
/
Build-a-Simple-Command-Line-Shell
Implement a basic Unix-like shell that can execute commands, handle piping, redirection, background processes, and manage signals.
MIT License
0
stars
0
forks
source link
Document the Project
#12
Open
Amid68
opened
2 months ago
Amid68
commented
2 months ago
12.1 Write a README
:
Include project description, features, instructions for building and running the shell, and usage examples.
12.2 Write inline documentation
:
Comment the code to explain logic, especially around complex system calls and data structures.
12.1 Write a README:
12.2 Write inline documentation: