From: Andrew Ruthven Date: Fri, 12 Oct 2007 01:50:48 +0000 (+1300) Subject: Add a title. X-Git-Tag: 0.1~11 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45861b3efc87d6dcf5bc173393b73eb55acc1806;p=mythtv-status.git Add a title. --- diff --git a/bin/status.pl b/bin/status.pl index d7e7371..237133a 100755 --- a/bin/status.pl +++ b/bin/status.pl @@ -74,6 +74,10 @@ my @blocks = ( } ); +my $title = "MythTV status for $host"; +print "$title\n"; +print '=' x length($title) . "\n"; + for my $block (@blocks) { my $items = $xml->documentElement->find($block->{'xpath'});