Skip to content

Instantly share code, notes, and snippets.

View jabarihunt's full-sized avatar

Jabari J. Hunt jabarihunt

View GitHub Profile
#!/bin/bash
# This script takes a remote repository and merges it into
# the current one as a subdirectory
set -e
if [ -z "$1" ]
then
echo "Usage:"