/recurcmd.source.sh

Search a directory structure, find all instances that match provided name or regex, and try to execute them.

Primary LanguageShellMIT LicenseMIT

Testing

Purpose

Find all commands that match the provided name that appear in the current directory and its subordinates. Once found, make the directory containing the command the current working directory and then execute the command.

Conventions

SOLID bash

How to Use

In addition to the above, this repository has been structured to adhere to component composition conventions supported by sourcer.sh which provides a framework to construct a script from any number of bash components.