Skip to content

Instantly share code, notes, and snippets.

View andr-ew's full-sized avatar
💭
;

& andr-ew

💭
;
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:"