#!/bin/bash
find . -maxdepth 6 -mindepth 5 -name make-ssm | xargs -l1 ./MAKE_SSM
