EnriqueSLeeK / minishell

A simple and mini shell
0 stars 1 forks source link

cd bultin not working #7

Closed koukunwlk closed 2 years ago

koukunwlk commented 2 years ago

cd ..

EnriqueSLeeK commented 2 years ago

cd is working as intended, it must be called in the parent process not in the child because calling it in the child process will change the directory for the child and not the parent