Skip to content

Instantly share code, notes, and snippets.

View zemse's full-sized avatar

soham zemse

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