/minishell

In this project, coded own shell and learned how to execute external commands via exec, use pipes, redirect stdin and stdout to files, utilize environment variables, recognize built-in commands, and manage child processes.

Primary LanguageC

minishell