From 8fb84d2fa224b9697675cb7bd572d1a68c094275 Mon Sep 17 00:00:00 2001 From: b Date: Wed, 27 Sep 2023 20:28:02 +0200 Subject: [PATCH 1/1] Include BOTM library as submodule --- .gitmodules | 3 +++ botm-common | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 botm-common diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..18429c3 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "botm-common"] + path = botm-common + url = ../../botm/common-perl diff --git a/botm-common b/botm-common new file mode 160000 index 0000000..22fdeb5 --- /dev/null +++ b/botm-common @@ -0,0 +1 @@ +Subproject commit 22fdeb550fd5ea8fce3836b157ed671cccb0b9d5 -- 2.30.2