A hub for task scripts
For those not familiar with git submodule, it is a way of syncing one repository to another as a folder.
More info: https://git-scm.com/book/en/v2/Git-Tools-Submodules
git clone git@github.com:coganlab/Tasks.git
git submodule init
git submodule sync --recursive
git submodule update --recursive