unow0517 / 42_minishell

1 stars 0 forks source link

export, cd, unset, echo : only strings after these cmd will be passed to builtin function #20

Open unow0517 opened 4 months ago

unow0517 commented 4 months ago

changed the code that it can process when the input is only the string after cmd, but must be tested if it really works

unow0517 commented 4 months ago

let's check after merge