Juan-aga / Minishell

The Unlicense
2 stars 1 forks source link

Implement cd with only a relative or absolute path #17

Closed emartinez-dev closed 1 year ago

Juan-aga commented 1 year ago

Implement ft_cd(char str, t_ms ms) It change the working directory, checking if str is relative or absolute. Else it print error message in STDERROR, and put exit status in 1.