Skip to content

The goal of this project is building a shell with c, understanding deeply how processes work.

Notifications You must be signed in to change notification settings

pablots99/minishell-42

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minishell-42🐐

The goal of this project is building a shell with c, understanding deeply how processes work.

Bash is the reference for this project. 'https://www.gnu.org/doc/doc.html'

Pipe '|' is implemented,as aswell as sesion varsiables, enviromet variables, and the builtins export, unset, pwd, cd and exit.

#execute (everithing was tested in macos)

1-> clone https://github.com/pablots99/minishell-42

2-> make all ->if make fails because readline library: brew install readline

3-> ./minishell

4-> Enjoy the (mini)shell!

About

The goal of this project is building a shell with c, understanding deeply how processes work.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published