Skip to content

Instantly share code, notes, and snippets.

@monkeydom
Created September 20, 2013 00:50
Show Gist options
  • Save monkeydom/6631967 to your computer and use it in GitHub Desktop.
Save monkeydom/6631967 to your computer and use it in GitHub Desktop.
while true; do curl -sS http://store.apple.com/de/iphone | grep "back soon" || (terminal-notifier -message "buy it" -title "Good news everyone" -open http://store.apple.com/de/iphone && say buy now && sleep 3600); sleep 10; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment