Created
April 15, 2019 21:28
-
-
Save Israphel/ad06361233f4d1e2731a563f4c6e1fd4 to your computer and use it in GitHub Desktop.
Israphel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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