A custom shell program emulating basic bash functionalities
-
Updated
Jan 31, 2025 - C
A custom shell program emulating basic bash functionalities
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.
A mini shell written in C. Implements a subset of features of well-known shells, such as bash. Handles variable expansion, comments, blank lines, input and output redirection, foreground and background processes, and more.
This project is about creating a simple shell, little bash.
An extensible wrapper of the popular config package, supporting placeholder resolution (or variable expansion); encrypted values (via jasypt); default (or fallback) values; and asynchronous url fetching.
🐚 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.
Add a description, image, and links to the variable-expansion topic page so that developers can more easily learn about it.
To associate your repository with the variable-expansion topic, visit your repo's landing page and select "manage topics."