olivetin-get-git-repo 87 B

123456
  1. #!/usr/bin/env bash
  2. REPO=$1
  3. DEST=$2
  4. git -C "$DEST" pull || git clone "$REPO" "$DEST"