Created
September 22, 2014 05:46
-
-
Save mootpointer/1b7114c573870ecad7fb to your computer and use it in GitHub Desktop.
How to watch Sydney iPhone stock
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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