gysiang / minishell

0 stars 1 forks source link

Resolved all the pipe questions but code will KO others #197

Closed axellee1994 closed 4 months ago

axellee1994 commented 4 months ago

101/146 solved

@gysiang Take note of this **get_command_array. It will KO 9 other testcases but it resolves all of the piping testcases.

The original is already commented out below so can just swap it around when needed. Still trying to think of an alternative without KOing the rest

image image