commit 8fea9b6b57dff20aada66102caf53b159b0db241 Author: Jack Halford Date: Tue Sep 27 05:13:46 2016 +0200 first commit diff --git a/42sh/.gitmodules b/42sh/.gitmodules new file mode 100644 index 00000000..bb7d18d4 --- /dev/null +++ b/42sh/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libft"] + path = libft + url = http://github.com/jzck/libft diff --git a/42sh/libft b/42sh/libft new file mode 160000 index 00000000..aef08a51 --- /dev/null +++ b/42sh/libft @@ -0,0 +1 @@ +Subproject commit aef08a51be352de39c7698d6a40f4512c9d11769