Skip to content

valentinlageard/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minishell

A reimplementation of a simplified shell as a 42 project. By Valentin Lageard.

Features :

  • echo (with -n)
  • cd
  • pwd
  • env, export, unset
  • exit
  • Command separation : ;
  • Concurrent pipes : |
  • Quotes : simple '' and double ""
  • Redirections : <, > and >>
  • Variable expansion : $
  • Exit code : $?
  • SIGINT, SIGQUIT and EOF handling.

About

A reimplementation of bash for 42.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published