From 10317efbd799970c7e65ec775768cda9fd593272 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 9 Nov 2010 21:30:41 +0000 Subject: cpuload -> loadbars --- cpuload.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cpuload.pl b/cpuload.pl index bc93a8d..2d8a1a2 100755 --- a/cpuload.pl +++ b/cpuload.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -# cpuload.pl 2010 (c) Paul Buetow +# loadbars.pl 2010 (c) Paul Buetow use strict; use warnings; @@ -23,9 +23,9 @@ use constant { WIDTH => 1200, HEIGHT => 200, DEPTH => 8, - PROMPT => 'cpuload> ', - VERSION => 'cpuload v0.1', - COPYRIGHT => '2010 (c) Paul Buetow ', + PROMPT => 'loadbars> ', + VERSION => 'loadbars v0.0.1', + COPYRIGHT => '2010 (c) Paul Buetow ', }; $| = 1; -- cgit v1.2.3