Skip to content

Instantly share code, notes, and snippets.

@Israphel
Created April 15, 2019 21:28
Show Gist options
  • Save Israphel/ad06361233f4d1e2731a563f4c6e1fd4 to your computer and use it in GitHub Desktop.
Save Israphel/ad06361233f4d1e2731a563f4c6e1fd4 to your computer and use it in GitHub Desktop.
Israphel
for artifact in ${ARTIFACTS[*]}; do
filename=$(echo ${artifact} | awk -F "${VERSION}/" '{print $2}')
curl --silent -u ${USER} -o ${filename} ${artifact}
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment