Skip to content

Instantly share code, notes, and snippets.

@jay-w-opus
Created October 27, 2014 05:58
Show Gist options
  • Save jay-w-opus/8fdcf4a5286e8702890e to your computer and use it in GitHub Desktop.
Save jay-w-opus/8fdcf4a5286e8702890e to your computer and use it in GitHub Desktop.
check-iphone-avai.sh
curl -s 'http://store.apple.com/us/retailStore/availabilitySearch?parts.0=MGAW2LL%2FA&zip=94043' --compressed | grep -oP "city...[^\"]*\"|pickupSearchQuote...[^\"]*\"" | cut -d':' -f2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment