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=../.. FONPATH=../..
fi fi
fi fi
echo ">> Goto $FONPATH as base directory"
echo [ Goto $FONPATH as base directory ]
pushd $FONPATH pushd $FONPATH
echo ">> `pwd`"
for org in `ls .` for org in `ls .`
do do
if [ -d $org ] if [ -d $org ]

View File

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