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