diff options
| author | Paul Buetow <paul@buetow.org> | 2010-11-09 21:30:41 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2010-11-09 21:30:41 +0000 |
| commit | 10317efbd799970c7e65ec775768cda9fd593272 (patch) | |
| tree | c4ba89b1b7333c22da7f102095426de5957a4b1a | |
| parent | 8692b0623333279982772ee527ceb0042426edf7 (diff) | |
cpuload -> loadbars
| -rwxr-xr-x | cpuload.pl | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 <cpuload@mx.buetow.org>', + PROMPT => 'loadbars> ', + VERSION => 'loadbars v0.0.1', + COPYRIGHT => '2010 (c) Paul Buetow <loadbars@mx.buetow.org>', }; $| = 1; |
