Skip to content

Instantly share code, notes, and snippets.

View paulius-sladkevicius's full-sized avatar

Paulius Sladkevičius paulius-sladkevicius

View GitHub Profile
#!/bin/bash
if [ ! $# -gt 2 ]; then
echo "Usage: ./git_combine.sh new_repo_folder repo_folder repo_folder ..."
exit
fi
if [ ! -d $1 ]; then
mkdir $1
fi