[CentOS] Centos 6

Digimer linux at alteeve.com
Thu Mar 3 14:58:36 UTC 2011


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: digimer at alteeve.com
AN!Whitepapers: http://alteeve.com
Node Assassin:  http://nodeassassin.org



More information about the CentOS mailing list