/Minishell

Creating a small shell in C (similar to GNU Bash) using parallel processes, via forks. Pipes, redirections and parsing are the main focus, but we do construct some builtins

Primary LanguageC

Watchers