]> git.pld-linux.org Git - packages/less.git/commitdiff
- add .rar
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 13 Jan 2005 20:03:23 +0000 (20:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lesspipe.sh -> 1.13

lesspipe.sh

index dea0015715a15ec5c7f68c8c34fda270a8e2b15c..423e397f4c8aae33ffe1de8737ce295fa29e3de6 100644 (file)
@@ -34,6 +34,7 @@ lesspipe() {
        *.bz2) bzip2 -dc -- "$1" ;;
        *.zip|*.jar) unzip -l "$1" ;;
        *.rpm) rpm -qpivl --changelog -- "$1" ;;
+       *.rar) unrar l -- "$1" ;;
        *.cpi|*.cpio) cpio -itv < "$1" ;;
        # SSL CERTS
        *.csr) openssl req -noout -text -in "$1" ;;
This page took 0.114343 seconds and 4 git commands to generate.