split
This commit is contained in:
parent
179f234401
commit
dc52d4f73d
1 changed files with 1 additions and 0 deletions
1
cd.sh
1
cd.sh
|
@ -268,6 +268,7 @@ local url
|
||||||
root="$(mktemp --directory)" || exit
|
root="$(mktemp --directory)" || exit
|
||||||
echo "${root}"
|
echo "${root}"
|
||||||
for repository in "${@}" ; do
|
for repository in "${@}" ; do
|
||||||
|
cd_split
|
||||||
url="${CD_PROJECTS_URL}/${repository}"
|
url="${CD_PROJECTS_URL}/${repository}"
|
||||||
echo -n "
|
echo -n "
|
||||||
${url}
|
${url}
|
||||||
|
|
Loading…
Reference in a new issue