NOTE: Development requires that optmatch and RItools exist in the same directory. E.g.,
my_repos
├───optmatchExperimental
| │ .git
| | ...
|
├───optmatch
| │ .git
| | ...
|
└───ritools
│ .git
| ...
This can be achieved by
cd my_repos
git clone git@github.com:markmfredrickson/optmatchExperimental.git
git clone git@github.com:markmfredrickson/optmatch.git
git clone git@github.com:markmfredrickson/ritools.git