Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 281 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 281 Bytes

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