summaryrefslogtreecommitdiff
path: root/.local/bin/development/ghclone
blob: 2e110245859fe6f324fe349c2381b114f4036600 (plain)
1
2
3
4
5
#!/bin/sh

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