ruzafa8 / minishell

A simple Unix shell implementation in C. Supports basic commands, piping, redirection, and signal handling. Ideal for learning shell scripting and process management. It's a 42 School Project.
1 stars 0 forks source link

Parser error si termina en REDIR o PIPE #32

Closed ruzafa8 closed 1 year ago

ruzafa8 commented 1 year ago

El parser debería de dar error si terminamos con cualquiera de estos símbolos: >, <, >>, << o | debería de terminar con error.

Lo está haciendo pero también ejecuta el comando.