ignore hidden dirs

This commit is contained in:
Antonio J. Delgado 2024-12-14 15:22:48 +02:00
parent 356e771b53
commit 9e80fe7fb4

View file

@ -22,4 +22,4 @@ do
fi fi
fi fi
fi fi
done <<< "$(find . -mindepth 1 -maxdepth 1 -type d)" done <<< "$(find . -mindepth 1 -maxdepth 1 -type d | grep -Ev '^\./\.')"