From 492226f6f0fb4eda1d9683882da48d9586b2c9be Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 29 Oct 2016 23:49:52 -0700 Subject: [PATCH] Add custom eb submodule --- .gitmodules | 3 +++ eb | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 eb diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f47b583 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "eb"] + path = eb + url = https://github.com/FooSoft/eb.git diff --git a/eb b/eb new file mode 160000 index 0000000..5497a76 --- /dev/null +++ b/eb @@ -0,0 +1 @@ +Subproject commit 5497a76516340fd01241a465d3a9e17d788a4cc3