Thursday, December 18, 2008

14:00 CET (13:00 GMT)

T-08, that's what is on the home page at this moment .... and it also say no party in Bangalore ;-)

Anyway 14:00 CET (13:00 GMT) , is the time set for the birth. So if you want to have a look at "to be born" beautiful baby, check some snapshots here.

And in case you can't wait for her, set your alarm and wait or .... use something like this :

#!/bin/sh

while true
do
if [ "`w3m -dump_head http://download.opensuse.org/distribution/11.1/iso/dvd/ | head -1`" == "HTTP/1.1 200 OK" ]; then
echo "Starting download for OpenSuSE 11.1 ...."
proz http://download.opensuse.org/distribution/11.1/iso/dvd/openSUSE-11.1-DVD-i386.iso
echo "Done downloading OpenSuSE 11.1 ... Enjoy !!!"
break
else
sleep 10
fi
done

Enjoy the weekend,
SA

No comments: