helps to close your loops...

This commit is contained in:
scruffynerf
2024-01-01 13:51:16 -05:00
committed by GitHub
parent 2ca3623b9f
commit 07de1ac8ba

View File

@@ -69,6 +69,7 @@ buildPlugin()
find ./plugins -mindepth 1 -name *.yml | while read file; do
buildPlugin "$file"
done
find ./themes -mindepth 1 -name *.yml | while read file; do
buildPlugin "$file"
done