diff --git a/tools/textviewer.pl b/tools/textviewer.pl index 6851196..2d7a09f 100644 --- a/tools/textviewer.pl +++ b/tools/textviewer.pl @@ -82,6 +82,8 @@ my %fh = ( bz2 => [ "bzip2 -d < %f | strings" ], + gz => [ "zcat %f | strings" ], + test => [ \&test ], # Internal },