diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..d5275360 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "external/hibou-shipbox"] + path = external/hibou-shipbox + url = https://github.com/hibou-io/shipbox.git diff --git a/external/hibou-shipbox b/external/hibou-shipbox new file mode 160000 index 00000000..0c33c56c --- /dev/null +++ b/external/hibou-shipbox @@ -0,0 +1 @@ +Subproject commit 0c33c56c932d22254db65032d2eac24ec621284a diff --git a/shipbox b/shipbox new file mode 120000 index 00000000..e077c55d --- /dev/null +++ b/shipbox @@ -0,0 +1 @@ +./external/hibou-shipbox/shipbox \ No newline at end of file