add *.sh
This commit is contained in:
parent
0ae0964288
commit
5a808ff4bb
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 python3 bin/app.py >> bin/app.out 2>&1 &
|
Loading…
x
Reference in New Issue
Block a user