diff --git a/.gitmodules b/.gitmodules index db8ad05..e0c7bea 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "third_party/kefu"] path = third_party/kefu url = git@git.kingsome.cn:server/kefu.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/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/tools b/third_party/tools new file mode 160000 index 0000000..ff98a53 --- /dev/null +++ b/third_party/tools @@ -0,0 +1 @@ +Subproject commit ff98a53f9ed20438d156a4a2c1f2890965992ba6 diff --git a/webapp b/webapp new file mode 120000 index 0000000..c91edd6 --- /dev/null +++ b/webapp @@ -0,0 +1 @@ +third_party/kefu/webapp \ No newline at end of file