Skip to content

Instantly share code, notes, and snippets.

@ElliotJH
Created October 28, 2013 11: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 ElliotJH/7195207 to your computer and use it in GitHub Desktop.
Save ElliotJH/7195207 to your computer and use it in GitHub Desktop.
Not that anyone should run this and pull the contents out...
#!/bin/zsh -f
integer i=0
while (( ( i += 1 ) <= 13910 )); do
wget "http://www.buywithconfidence.gov.uk/Search/BWCPages/ViewBusiness.aspx?TraderId="$i
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment