Creating your own shell
-
Updated
Jul 28, 2023 - C
Creating your own shell
Rewrite of a simplified UNIX shell – 42 Minishell Project with bonus
Small implementation of a shell replicating bash, truly hell
MINITESTER, a minishell tester written in bash.
Minishell project at 42 school
42 project minishell , a basic implementation of bash
This project builds a basic shell that executes commands, handles redirection, and supports pipes, teaching core shell concepts.
New version of my minitester project
This project is about creating a simple shell.
Programming experience, Italy
The eighth project of 42's curriculum gives the students a very "simple" task: to create our very own little shell based on bash.
A replication of a bash shell coded in C
This project aims to replicate basic functionalities of a Unix shell, such as command execution, I/O redirection, piping, and handling of environment variables.
minishell: 42's mid-course project, second biggest project in it's common core, aimed to create our own "mini" shell, handling its behaviour similarly to how bash works
Minishell is a shell development project from the 42 São Paulo Common Core curriculum. Built in C, it implements a compact Bash-inspired shell, supporting command execution, pipelines, redirections, and signal handling, enhanced in the bonus with a parser for logical operators like ||, &&, and ( ).
Add a description, image, and links to the minishell-42 topic page so that developers can more easily learn about it.
To associate your repository with the minishell-42 topic, visit your repo's landing page and select "manage topics."