GitHunt

minishell2

Shell based on tcsh, creates a binary tree as a way to parse commands (that way, adding any other operator is easy to do).

FEATURES

  • | (pipes)
  • ; (separator)
  • '>>' and '<<' (heredoc)
  • '<' and '>'
  • '&&' and '||'
  • cd
  • setenv
  • unsetenv
  • run binary (with PATH support)

COMPILATION

make re

Contributors

Created May 21, 2023
Updated May 22, 2023
yuliannabn/minishell2 | GitHunt