When: OmniWeb5?
Andreas Åkre Solberg
mac at solweb.no
Sun Feb 1 18:02:33 PST 2004
På 2. feb. 2004 kl. 02.50 skrev Patrick Armbruster:
> same here, same here...
>
#! /bin/bash
A=`curl http://omnigroup.com | md5sum`;
B=$A
while [ "$A" == "$B" ]
do
B=$A
A=`curl http://omnigroup.com |md5sum`;
sleep 900
done
/usr/local/bin/sms 'xxxxxxxx' 'OmniWeb5! Wake up'
Keep the sleep value at least above 600, we do not want to DDoS
omnigroup on such a special day. And write your own sms-script.
> Am 2. Feb 2004 um 02:25 schrieb Andreas Åkre Solberg:
>
>> What time of day will omniweb5 be published on the websites, and in
>> which time zone? It is hard to go to sleep, when you know omniweb5
>> could be around in every seconds.
>>
>> may be I do a while $A=$B do; B=$A; A=`curl omnigroup.com|md5sum`;
>> sleep 60; done; /usr/bin/sms-alert "WAKE UP DUDE"
>>
>>
More information about the OmniWeb-l
mailing list