sophiakoulen / minishell

A simplified bash-like shell, with pipes, redirections and variable expansion.
4 stars 1 forks source link

error message differs from bash #86

Closed maxstocklin closed 1 year ago

maxstocklin commented 1 year ago

echo <>>"

znichola commented 1 year ago

This is not an issue for us we don't treat with the <> token like bash does.