On 03/03/2011 09:51 AM, Brunner, Brian T. wrote:
> Anybody responding to non-technical stuff with non-technical stuff is
> degrading our signal/noise ratio.
> Meta-discussions should be brief.

#!/usr/bin/bash
use strict;
use warnings;
while (1)
{
        my $c6_release=check_centos_org();
        if ($c6_released)
        {
                yoohoo();
                thank_devs();
                last;
        }
        else
        {
                sleep (60*60*24);
        }
}

</sad_attempt_at_on_topic>

:)

-- 
Digimer
E-Mail: digi...@alteeve.com
AN!Whitepapers: http://alteeve.com
Node Assassin:  http://nodeassassin.org
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to