From c0a92206f7851788e731b0983f3627a2b1385683 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 16 Dec 2008 08:44:33 +0000 Subject: [PATCH] - *.gg for google gadgets Changed files: lesspipe.sh -> 1.35 --- lesspipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lesspipe.sh b/lesspipe.sh index 3582edc..3d43de0 100644 --- a/lesspipe.sh +++ b/lesspipe.sh @@ -56,7 +56,7 @@ lesspipe() { *.bz) bzip -dc -- "$1" ;; *.bz2) bzip2 -dc -- "$1" ;; *.lzma) lzma d -so -- "$1" ;; - *.zip|*.jar|*.xpi|*.pk3|*.skz) 7z l "$1" || unzip -l "$1" ;; + *.zip|*.jar|*.xpi|*.pk3|*.skz|*.gg) 7z l "$1" || unzip -l "$1" ;; *.rpm) rpm -qpivl --changelog -- "$1" ;; *.rar) unrar -p- l -- "$1" ;; *.cpi|*.cpio) cpio -itv < "$1" ;; -- 2.44.0