Skip to content

Instantly share code, notes, and snippets.

@raymatos
Last active October 21, 2015 17:23
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 raymatos/d3e152f52d263405382c to your computer and use it in GitHub Desktop.
Save raymatos/d3e152f52d263405382c to your computer and use it in GitHub Desktop.
tags=("s3ede0c234d634724b26777d405a9c8b5" "sd5de3d6fe8474840a22a278d5e3a011a" "sadf6fe09ef704f4c8a3a547614c21615" "s2f47d7677c1540f1b71ff75baf65081b" "sb89dc521df0d434f96ed6c04dfb55017")
for t in "${tags[@]}"
do
for i in $(seq 1 23)
do
curl -s cr$i:5050/placement?tagID=$t -o output-$t-cr$i.txt
done
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment