Skip to content

Minishell13/Minishell_execution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

136 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Owner: Abdellah Nsila

This repository handles the execution engine of the shell. It is responsible for:

  • Variable expansion ($VAR, $?)
  • Process forking and execve calls
  • Built-in command handling
  • Redirections (<, >, >>, <<)
  • Pipes (|)
  • Subshells and grouping
  • Environment management
  • File descriptor restoration and isolation

About

The initial look to this project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors