Skip to content

Instantly share code, notes, and snippets.

@drewr
Last active December 27, 2015 02:29
Show Gist options
  • Save drewr/7253068 to your computer and use it in GitHub Desktop.
Save drewr/7253068 to your computer and use it in GitHub Desktop.
while true; do
curl https://play.google.com/store/devices -L -s --compressed \
| fgrep -q -o "Nexus 5" && say -v Fred Nexus 5 launched\!
sleep 60
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment