sophiakoulen / minishell

A simplified bash-like shell, with pipes, redirections and variable expansion.
4 stars 1 forks source link

builtin name check stops short #80

Closed znichola closed 1 year ago

znichola commented 1 year ago
minishell$ echohi

minishell$ asd
minishell: asd: command not found
minishell$ echohi

minishell$ man echohi
No manual entry for echohi
minishell$ pwdss
/Users/znichola/Documents/minishell