A mini recreation of bash.
-
Updated
Oct 6, 2022 - C
10000
A mini recreation of bash.
Creating your own shell
MiniShell is a minimalistic shell interpreter, supporting features like basic command execution, environment variable handling, command chaining, redirections, pipes, subshells, and here documents.
Writing a simple sHell. 42_minishell
C multi-pipe implementation, dissection and explanation.
As beautiful as a shell
Minishell is a 42 school team project to create a basic shell program in C. It implements redirections and pipes, as well as environment variables and some builtin commands.
This project is about creating a simple shell, and learning about about processes and file descriptors.
Development repo for 42cursus' minishell project
This program tries to recreate bash --posix behaviour in some ways.
Minishell is a project developed as part of the curriculum at 42 School. It aims to deepen understanding of process management and shell functionality.
Add a description, image, and links to the minishell topic page so that developers can more easily learn about it.
To associate your repository with the minishell topic, visit your repo's landing page and select "manage topics."