blob: 690d5bfca0ca728028350f885bf5bdf2846688d7 (
plain)
1
2
3
4
5
6
7
8
9
|
[submodule "libft"]
path = libft
url = https://github.com/HappyTramp/libft
branch = minishell
[submodule "minishell_test"]
path = minishell_test
url = https://github.com/HappyTramp/minishell_test
branch = master
|