This commit is contained in:
Luk Lu
2021-07-02 20:23:05 +08:00
parent ad892e7b24
commit f9fe9abb39
2 changed files with 4 additions and 3 deletions

View File

@@ -10,10 +10,10 @@ else
FONPATH=../..
fi
fi
echo [ Goto $FONPATH as base directory ]
echo ">> Goto $FONPATH as base directory"
pushd $FONPATH
echo ">> `pwd`"
for org in `ls .`
do
if [ -d $org ]