#!/bin/sh
path="$1"
repository="$2"
cd "${path}"
git clone "${repository}"
