apply: ls -1 ../ | xargs \ -I {} \ rsync \ -ar \ --exclude='.git' \ --exclude='Makefile' \ --exclude='.gitignore' \ --exclude='.github/cache' \ . ../{}/ rm ../*/LICENSE.md || true