add scripts directory

This commit is contained in:
aozhiwei 2018-07-04 16:17:23 +08:00
commit f985573ad6
3 changed files with 12 additions and 0 deletions

10
scripts/publish_php/boundle.sh Executable file
View File

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

View File

@ -0,0 +1 @@
echo 'success'

View File

@ -0,0 +1 @@
echo 'success'