marimlem / minishell

0 stars 0 forks source link

relative and absolute path to cmd #9

Closed marimlem closed 1 month ago

marimlem commented 4 months ago

PATH needs to be used to find commands like cat if PATH is unset, commands like cat should not work anymore

commands with relative path like ./minishell need to be accepted