Commit 32289e35 by devttys0

Added xz decompression rule

parent f9ed24d4
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
# Assumes these utilities are installed in $PATH. # Assumes these utilities are installed in $PATH.
^gzip compressed data:gz:gzip -d -f '%e' ^gzip compressed data:gz:gzip -d -f '%e'
^lzma compressed data:7z:7zr e -y '%e' ^lzma compressed data:7z:7zr e -y '%e'
^xz compressed data:tar:tar xJf '%e'
^bzip2 compressed data:bz2:bzip2 -d -f '%e' ^bzip2 compressed data:bz2:bzip2 -d -f '%e'
^compress'd data:Z:compress -d '%e' ^compress'd data:Z:compress -d '%e'
^zip archive data:zip:jar xf '%e' # jar does a better job of unzipping than unzip does... ^zip archive data:zip:jar xf '%e' # jar does a better job of unzipping than unzip does...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment