change @cloud to ~cloud

This commit is contained in:
Luk Lu
2021-12-07 08:14:08 +08:00
parent f97120bde9
commit fd5f401430
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ pushd $FONPATH
echo "*** Current path = [`pwd`] ***"
echo ""
for org in `ls | grep -v @cloud`
for org in `ls | grep -v ~cloud`
do
if [ -d $org ]
then