#!/bin/sh URL="https://github.com/$1/${2:-$1}" echo "Clone URL: $URL" git clone "$URL"