Skip to content

sinryuji/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minishell

Simple POSIX Shell.

Usage

make && ./minishell

Supported

  • quoting('', "")
  • environment variable
  • sub shell
  • redirection(<, <<, >, >>)
  • pipe(|)
  • &&, ||

Built-in functions

  • echo
  • cd
  • pwd
  • export
  • unset
  • env
  • exit

About

42 Seoul minishell By hyeongki

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published