Skip to content

v1.0

Latest
Compare
Choose a tag to compare
@thallard thallard released this 05 Mar 22:16
· 14 commits to main since this release
dc262d8

New features :

Built-in (echo, export, cd, unset, pwd & exit)

  • All separators (pipes and semicolons)
  • Redirection (<, >, >>) and redirection of STDERROR/STDOUT/FD (2>/dev/null 2>file 1>>file)
  • Environment variables (there are complex tests with these)
  • Quotes, escaping quotes and escaping characters
  • Leaks with Valgrind
  • Print differences between your minishell results and bash ones with exit status ($?)
  • Check dynamic environment variables ($_, $PWD, $OLDPWD, $SHLVL, etc...)