diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..62572ed --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "third_party/service"] + path = third_party/service + url = git@git.kingsome.cn:server/service.git +[submodule "third_party/tools"] + path = third_party/tools + url = git@git.kingsome.cn:server_common/tools.git diff --git a/boundle.sh b/boundle.sh new file mode 120000 index 0000000..b03ed19 --- /dev/null +++ b/boundle.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_php/boundle.sh \ No newline at end of file diff --git a/boundle2.sh b/boundle2.sh new file mode 120000 index 0000000..6611113 --- /dev/null +++ b/boundle2.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_php/boundle2.sh \ No newline at end of file diff --git a/reload.sh b/reload.sh new file mode 120000 index 0000000..5af45d8 --- /dev/null +++ b/reload.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_php/reload.sh \ No newline at end of file diff --git a/restart.sh b/restart.sh new file mode 120000 index 0000000..2ee01dc --- /dev/null +++ b/restart.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_php/restart.sh \ No newline at end of file diff --git a/third_party/service b/third_party/service new file mode 160000 index 0000000..07543d0 --- /dev/null +++ b/third_party/service @@ -0,0 +1 @@ +Subproject commit 07543d002c7eb037ae3599846a19f142f31485a1 diff --git a/third_party/tools b/third_party/tools new file mode 160000 index 0000000..725d70e --- /dev/null +++ b/third_party/tools @@ -0,0 +1 @@ +Subproject commit 725d70ebaba30c20124075cf5e4bd751d2404d28