#!/usr/bin/bash set -euo pipefail proj="${1%/}" repodir="/home/git/$proj.git" # ─── If it already exists, bail ─── if [[ -d "$repodir" ]]; then echo "$proj.git already exists" echo " git cl