Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Bash by dsasd ( 16 years ago )
#! /bin/bash
while [[ true ]]; do
STOREDOWN=`curl -s http://store.apple.com/us | grep backsoon `
if [[ "$STOREDOWN" = "" ]]; then
/usr/local/bin/growlnotify "Apple store is up!" -m "Let's see what's new"
exit
fi
sleep 20
done
Revise this Paste