Skip to content

Instantly share code, notes, and snippets.

View zemse's full-sized avatar

soham zemse

View GitHub Profile

0x044067200be83613231a00ffb392a0a18614b8875144d1c47e694cdacd18256e

#!/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:"