Skip to content

klokanpes/_minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

made in colaboration with Antoine Djeukeng Momo

minishell is our 42 Prague recreation of a Bash-like shell: it parses complex user input into an execution tree (AST) that is then evaluated recursively to run commands, with support for multiple pipes, heredocs, and multiline input when quotes are left unclosed; it also implements several built-ins such as pwd, export, and unset, along with additional Bash-style operators (including & and ;) to enable more advanced command chaining and control.

About

A bash (shell) clone with a lot of functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors