rebase
This commit is contained in:
parent
440a64188f
commit
9f9eaaaf19
@ -60,10 +60,11 @@ function init(){
|
|||||||
cd $workPath
|
cd $workPath
|
||||||
if [ ! -f "$fileName" ];then
|
if [ ! -f "$fileName" ];then
|
||||||
echo "file $fileName not exist!"
|
echo "file $fileName not exist!"
|
||||||
mkdir dist
|
# mkdir dist
|
||||||
echo "helo" > helo.txt
|
# echo "helo" > helo.txt
|
||||||
mv helo.txt dist
|
# mv helo.txt dist
|
||||||
zip -r $fileName dist
|
# zip -r $fileName dist
|
||||||
|
exit 0
|
||||||
fi
|
fi
|
||||||
if [ ! -d "$projectPath" ]; then
|
if [ ! -d "$projectPath" ]; then
|
||||||
echo "path $projectPath exist! "
|
echo "path $projectPath exist! "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user