-
Notifications
You must be signed in to change notification settings - Fork 1
dagmarkramer/minishell
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
INTRODUCTION ------------ this is our own shell, we had to recreate bash and had to code our own builtins the project showed us how to implement pipes, redirections, heredoc, environment variables and much more we added wildcards as a bonus UTILISATION ------------ (install readline if you don't have it yet) run 'make' run './minishell' to enter the shell enter any unix commands
About
109/100 points unix logic, recreating bash