#!/usr/bin/env bash

XIVO_GIT_URL="https://gitlab.com/xivo.solutions"
xivo_repo="$1"

git-clone-or-pull "$XIVO_GIT_URL/$xivo_repo.git" "/data/$xivo_repo"
