suhearsawho/simple_shell

implement `cd`

Hraesvel opened this issue · 0 comments

Implement the builtin command cd, Command syntax: cd [DIRECTORY].

  • Changes the current directory of the process.

  • no argument is given to cd the command must be interpreted like cd $HOME

  • handle the command cd

  • passes all test