This commit is contained in:
luk.lu
2022-10-18 11:04:44 +08:00
parent 0e27993ffd
commit 5c0238ac99
7 changed files with 122 additions and 19 deletions

View File

@@ -32,7 +32,7 @@ pushd $FONPATH
echo "*** Starting from [`pwd`] ***"
echo ""
find . -mindepth 1 -maxdepth 3 -type d -name '?*.git' | grep -v 'node_modules' | while read repo
find . -mindepth 1 -maxdepth 3 -type d -name '?*' | grep -v 'node_modules' | while read repo
do
if [ -d "$repo/.git" ]
then