Merge branch 'master' of github.com:flynx/git-utils

This commit is contained in:
Alex A. Naanou 2024-01-09 11:42:55 +03:00
commit 33ebc6e5aa

View File

@ -66,7 +66,6 @@ for repo in ${LIST[@]} ; do
fi
mkdir -p "${repo[0]}"
cd "${repo[0]}"
git clone ${repo[1]} "${repo[0]}"