过滤掉 @cloud 结尾的目录不做 git pull 和 npm run boot
This commit is contained in:
@@ -30,7 +30,7 @@ fi
|
||||
|
||||
pushd $FONPATH
|
||||
echo "*** Current path = [`pwd`] ***"
|
||||
for org in `ls .`
|
||||
for org in `ls | grep -v @cloud`
|
||||
do
|
||||
if [ -d $org ]
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user