Skip to content

joachimgiron/Minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

220 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minishell

This project is a basic shell implementation.

It supports:

  • quoting
  • simple redirections (>[file] <[file] >>[file] <<[END])
  • pipelines
  • environment (but the only way to set variables is export)
  • the special variable $?
  • signals
  • the following built-in:
    • echo
    • pwd
    • cd
    • export
    • unset
    • env
    • exit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors