Microshell is a mini shell built in C as part of ALX. It supports basic commands, cd, pipes |, and command chaining with ;, using low-level system calls like fork, execve, and pipe.
-
Updated
Jul 31, 2025 - C
Microshell is a mini shell built in C as part of ALX. It supports basic commands, cd, pipes |, and command chaining with ;, using low-level system calls like fork, execve, and pipe.
Add a description, image, and links to the comands topic page so that developers can more easily learn about it.
To associate your repository with the comands topic, visit your repo's landing page and select "manage topics."