Execute a command in each subdirectory.
Drop execsub somewhere where it is accessible through the PATH variable and make it executable (chmod +x).
cd <parent folder>
execsub "<command>"In order to exclude certain subdirectories create a .env file with
SKIP=<folderToSkip>/,<folderToSkip>/,<...>