Skip to content

AntoineLemarchand/Minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minishell

Minishell is a tiny shell written in c (of course)

Content

this shell can manage error code returns, pipes, redirections and environments variables

builtins

  1. cd
  2. pwd
  3. export
  4. unset
  5. exit
  6. echo

Usage

make
./minishell 
MrdShll> echo "hello"  $USER
hello antoine
MrdShll> ls > test
MrdShll> cat test
includes
libft
Makefile
minishell
README.md
srcs
test
MrdShll> rm test
MrdShll> exit 123
exit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published