This commit is contained in:
Luk Lu
2021-12-19 20:11:26 +08:00
parent 063d40db36
commit 72c614b0ce
4 changed files with 7 additions and 7 deletions

View File

@@ -32,11 +32,11 @@ pushd $FONPATH
echo "*** Current path = [`pwd`] ***"
echo ""
for org in `ls | grep -v ~cloud`
for org in `ls | grep -v '~'`
do
if [ -d $org ]
then
echo "entering [$FONPATH/$org]"
echo "-------- entering [$FONPATH/$org] --------"
echo ""
cd $org;
for repo in `ls .`