Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created February 14, 2014 01:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaacs/8994292 to your computer and use it in GitHub Desktop.
Save isaacs/8994292 to your computer and use it in GitHub Desktop.
$ bash -x f.sh
+ ips=(165.225.157.156 skimdb.npmjs.com 165.225.157.64 72.2.119.219)
+ for i in '"${ips[@]}"'
+ curl -sk https://165.225.157.156/registry/grunt-exec
+ json _rev
47-d178e49655bec4df7916fe2e75c38bf0
+ for i in '"${ips[@]}"'
+ curl -sk https://skimdb.npmjs.com/registry/grunt-exec
+ json _rev
47-d178e49655bec4df7916fe2e75c38bf0
+ for i in '"${ips[@]}"'
+ curl -sk https://165.225.157.64/registry/grunt-exec
+ json _rev
47-d178e49655bec4df7916fe2e75c38bf0
+ for i in '"${ips[@]}"'
+ curl -sk https://72.2.119.219/registry/grunt-exec
+ json _rev
47-d178e49655bec4df7916fe2e75c38bf0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment