1
This commit is contained in:
parent
15de842b24
commit
aa32e4d254
8
boundle.sh
Executable file
8
boundle.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/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
|
||||
|
1
restart.sh
Normal file
1
restart.sh
Normal file
@ -0,0 +1 @@
|
||||
nohup python bin/game2001_rankserver.py >> bin/game2001_rankserver.out 2>&1 &
|
Loading…
x
Reference in New Issue
Block a user