A mini recreation of bash.
-
Updated
Oct 6, 2022 - C
A mini recreation of bash.
The Minishell project is a significant component of the 42 School curriculum. It involves creating a simplified shell program, similar to bash, but with a reduced set of features
Creating your own 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.
Minishell is a project developed as part of the curriculum at 42 School. It aims to deepen understanding of process management and shell functionality.
The objective of this project is create a simple shell in C with redirections, pipes, environment variables and builtins
42 São Paulo - minishell
This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors.
Small implementation of a shell replicating bash, truly hell - introduction to syntax parsing and child process management and shell intrinsics.
Minishell project at 42 school
[42-Cursus] Minishell is a minimalist shell implementation written in C, designed to mimic basic functionalities of a Unix shell like Bash.
Explore shell programming with our Minishell project – a lightweight, interactive command-line shell built entirely in C. Experience a hands-on journey in creating a basic yet functional shell, delving into process handling, command execution, and user input parsing. Engage with the fundamentals of shell implementation in this educational endeavor.
This project builds a basic shell that executes commands, handles redirection, and supports pipes, teaching core shell concepts.
proyecto de 42 que consiste en recodificar una versión básica de un terminal bash que tiene que manejar: ejecución de comandos, canalizaciones, redirecciones, variables de entorno y señales.
This project is a mini-shell, based on the bash behavior, we implemented a lot of the bash functionality, using various fundamental concepts and system-calls.
42 project minishell , a basic implementation of bash
Minishell: A lightweight custom Unix shell project for 42 School.
Basic bash-esque shell 🐢 ~ because communicating with computers using aligned 1/0 switches is seriously irritating. 🤬 [42 PROJECT]
Recreating a shell in C using bash as a reference.
Add a description, image, and links to the minishell42 topic page so that developers can more easily learn about it.
To associate your repository with the minishell42 topic, visit your repo's landing page and select "manage topics."