Skip to content

Instantly share code, notes, and snippets.

@mootpointer
Created September 22, 2014 05:46
Show Gist options
  • Save mootpointer/1b7114c573870ecad7fb to your computer and use it in GitHub Desktop.
Save mootpointer/1b7114c573870ecad7fb to your computer and use it in GitHub Desktop.
How to watch Sydney iPhone stock
# Install GNU watch
brew install watch
# Watch for updates (they'll be highlighted in white)
watch --difference=cumulative -d -n 60 'curl -s https://reserve.cdn-apple.com/AU/en_AU/reserve/iPhone/availability.json | grep -e "R523\|R238\|R458\|R253" -A18'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment