From 9dae83d5527ebc643c4bb6aa240f73436d3a7dac Mon Sep 17 00:00:00 2001 From: Yutaro Sakamoto Date: Thu, 17 Oct 2024 23:03:01 +0900 Subject: [PATCH] [Add]: add a submodule of opensource COBOL 4J --- .gitmodules | 3 +++ server/opensourcecobol4j | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 server/opensourcecobol4j diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..54d568b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "server/opensourcecobol4j"] + path = server/opensourcecobol4j + url = https://github.com/yutaro-sakamoto/opensourcecobol4j diff --git a/server/opensourcecobol4j b/server/opensourcecobol4j new file mode 160000 index 0000000..3dcaa5c --- /dev/null +++ b/server/opensourcecobol4j @@ -0,0 +1 @@ +Subproject commit 3dcaa5c3349cef838dc65ab6e967401befc18ce3