Copy the contents of any subdirectory on github to a local folder
URL="<github-repo>"
DIRECTORY="<path/to/directory>"
BRANCH="<branch-name>"
OUTPUT_DIR="<path/to/output/directory>"
chmod +x ./fetch-github-subdirectory.sh
./fetch-github-subdirectory.sh