Skip to content

42 Minishell is a team project I did with (@ofadahun) as a part of Core curriculum at 42 Heilbronn. In this project, we built a mini version of bash that handled pipe, redirection, parsing, tokenizing, child processes and proper exit codes.

Notifications You must be signed in to change notification settings

bsanjok/42_minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42_minishell

Screen Shot 2023-08-20 at 11 59 35 AM

42 Minishell is a team project I did with (@ofadahun) as a part of Core curriculum at 42 Heilbronn. In this project, we built a mini version of bash that handled pipe, redirection, parsing, tokenizing, child processes, proper exit codes and following builtins:


✅ echo with option -n
✅ cd with only a relative or absolute path
✅ pwd with no options
✅ export with no options
✅ unset with no options
✅ env with no options or arguments
✅ exit with no options
Screen Shot 2023-08-20 at 11 50 30 AM

About

42 Minishell is a team project I did with (@ofadahun) as a part of Core curriculum at 42 Heilbronn. In this project, we built a mini version of bash that handled pipe, redirection, parsing, tokenizing, child processes and proper exit codes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages