init block frontEnd file

This commit is contained in:
zhangkun9038@dingtalk.com 2023-03-01 21:44:53 +08:00
parent bebff0e3f9
commit fca28fa7bd

View File

@ -60,7 +60,7 @@ function init(){
cd $workPath cd $workPath
if [ ! -f "$fileName" ];then if [ ! -f "$fileName" ];then
echo "file $fileName not exist! make a block file now!" echo "file $fileName not exist! make a block file now!"
touch $fileName echo "block" > $fileName
fi fi
if [ ! -d "$projectPath" ]; then if [ ! -d "$projectPath" ]; then
echo "path $projectPath exist! " echo "path $projectPath exist! "