Skip to content

Instantly share code, notes, and snippets.

@EricCousineau-TRI
Created September 27, 2019 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EricCousineau-TRI/91739d83a3cfa6fee20bbbd6a4c630c9 to your computer and use it in GitHub Desktop.
Save EricCousineau-TRI/91739d83a3cfa6fee20bbbd6a4c630c9 to your computer and use it in GitHub Desktop.
# https://superuser.com/questions/1320212/firefox-download-from-command-line
set -eux
for build in $(seq 100 110); do
curl '{jenkins}/job/{job}/'${build}'/artifact/*zip*/archive.zip' \
{output from cURL}
-o ${build}.zip
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment