From 4a8c7a12e05cb88c411311b9910273d867c3fd8d Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 28 Nov 2021 15:47:47 +0100 Subject: [PATCH] Add core submodule --- .gitmodules | 3 +++ babashka.core | 1 + 2 files changed, 4 insertions(+) create mode 160000 babashka.core diff --git a/.gitmodules b/.gitmodules index 01ba9e81..73bf5032 100644 --- a/.gitmodules +++ b/.gitmodules @@ -23,3 +23,6 @@ [submodule "fs"] path = fs url = https://github.com/babashka/fs +[submodule "babashka.core"] + path = babashka.core + url = https://github.com/babashka/babashka.core.git diff --git a/babashka.core b/babashka.core new file mode 160000 index 00000000..1f833230 --- /dev/null +++ b/babashka.core @@ -0,0 +1 @@ +Subproject commit 1f83323081e314c4630f8b06bb14f2ef7786ef9c