NataliaMedeiros / minishell

0 stars 0 forks source link

Pipe seg fault case #24

Closed NataliaMedeiros closed 1 month ago

NataliaMedeiros commented 1 month ago

Description When a command start with pipe ( ex: | ls) it should return a syntax error. However on our code ir return a seg fault.

To solve this problem, I should add this to is_valid_input function