Skip to content

ameschmeems/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minishell

A unix shell written in C.

Details

Minishell is a project from the 42 school, with the aim of creating a simple unix shell using the GNU readline library. Features include:

  • Expanding environment variables
  • Single and double quotes
  • Pipes
  • Input redirections and here-docs
  • Output redirections in append or truncate mode

Built-in commands:

  • echo with -n flag
  • exit
  • pwd
  • cd
  • env
  • export
  • unset

About

A unix shell written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published