gysiang / minishell

0 stars 1 forks source link

Pipe invalid | wc -l #273

Closed axellee1994 closed 2 months ago

axellee1994 commented 3 months ago

axlee@c1r5s3:~/Desktop/submission$ invalid | wc -l invalid: command not found 0 axlee@c1r5s3:~/Desktop/submission$ ./minishell minishell$ invalid | wc -l minishell: invalid: command not found Infinite loop

axellee1994 commented 2 months ago

image

Resolved already. Will push tomorrow morning. Minishell tester 143/146 solved.

axellee1994 commented 2 months ago

@gysiang

gysiang commented 2 months ago

yours is working, just pr your branch