Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
Be first to get a Nexus 5
11 points
deadfish
12y ago
7 comments
Save
Share
for (( ; ; )); do if curl "https://play.google.com/store/devices" -L -s --compressed | grep -q "exus 5" ; then echo "Nexus 5 is Launched" ; fi ; sleep 10 ; done ;
Enough said :D
7 comments
7 comments · 2 top-level
top
newest
oldest
sashazykov
12y ago
· 3 in thread
You can use
http://uptimerobot.com/
I monitor wikipedia censorship using it ;)
deadfish
OP
12y ago
Nice! I will try it too.
elacey
12y ago
uptime robot didn't work... interesting concept though
alphaclass16
12y ago
thanks, trying this out.
1 more reply
apetresc
12y ago
· 2 in thread
If you're on a Mac I recommend using 'say' instead of 'echo'. Then you'll hear when it's finished instead of having to check the terminal (which kind of defeats the purpose)
ibudiallo
12y ago
On linux, you can use espeak as it is installed by default as text-to-speach engine:
echo "Nexus 5 launched" | espeak
knotty66
12y ago
Or echo -e "\aNexus 5 is launched" perhaps.
j
/
k
navigate · click thread line to collapse