When you have to write something like this (on mac), things are bad mmmmkay?
[sourcecode language="ruby"]
loop do
if system('curl -m 2 http://google.com')
system("say \"Mike! Cox Communications has finally fixed the lines, we're back in business!\"")
end
sleep(30)
end
[/sourcecode]
1 comment:
HAHAHAHAHAHAHAHAHA
What's sad is I've done something similar before -- most of us probably have...
Post a Comment