Skip to content

LandSurroundedByWater/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minishell_public

Bash shell reproducing project made with C

  • Minishell implements the following builtins:

    • echo with option -n
    • cd with only a relative or absolute path
    • pwd with no options
    • export with no options
    • unset with no options
    • env with no options or arguments
    • exit with no options
  • other implementations

    • ctrl-C, ctrl-D and ctrl-\
    • $?
    • Handles environment variables
    • Handles environment variables
    • pipes ( | character).
  • Install

  • Download repository

  • In terminal, go to downloaded repository

  • "make"

  • "./minishell"

About

Bash shell reproducing projject made with C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published