This commit is contained in:
aozhiwei 2019-11-13 10:50:11 +08:00
commit 12f3415fee
6 changed files with 13 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
bin
target

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "third_party/game2003api"]
path = third_party/game2003api
url = git@git.kingsome.cn:server/game2003api.git

7
boundle.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
tag_name=`git status |grep '# On branch '|sed 's/# On branch //g'`
dir_name=`basename $PWD`
package_name=${dir_name}.tar.gz
tar --exclude=*.git -chzf target/${package_name} bin config reload.sh restart.sh

0
reload.sh Normal file
View File

0
restart.sh Normal file
View File

1
third_party/game2003api vendored Submodule

@ -0,0 +1 @@
Subproject commit ce9edbf3ce06019d6712abd6fa6900047dd54b92