projects
/
42
/
minishell.git
/ log
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
| log |
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next ⋅
patches
42/minishell.git
19 months ago
Create the foundations for minishell
commit
|
commitdiff
|
tree
Lukas Jiriste
[
Fri, 26 Apr 2024 11:15:23 +0000
(13:15 +0200)]
Create the foundations for minishell
First commit contains .gitignore, Makefile and an empty main.c.
I also added Libft as a submodule, because I'll certainly use it.