em1e / 42_minishell

A project about creating a simple shell, my own bash
0 stars 1 forks source link

quotes should work now , split function check_path cut into 2 #15

Closed sparklebutt closed 3 months ago

sparklebutt commented 3 months ago

check path still needs to be trimmed. some leaks have been managed, absolute path should work according to my own tests except when when path given does not start with a /, this still needs error handling.