A simple shell program written in C. The shell is designed to run on Unix-like operating systems. The shell supports functionalities like executing commands, piping, and handling signals (e.g., SIGINT, SIGUSR1).
Demonstrates the basic concepts of process management and system calls in Unix-like systems.
GitHub Repository #
iltlo/JCshell
C
1
0