X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=bin%2Fexx;h=97f021b2200a28213c514f973d1866b64d0ec9a5;hb=1515fdac074bf73cf691affa221cd93e989ba093;hp=8321cf303a1aa28e7e1112dff8bf826ad6f5c064;hpb=ce04eb8332132a4485d1ac6b2981e569f4b770ea;p=nethome.git diff --git a/bin/exx b/bin/exx index 8321cf3..97f021b 100755 --- a/bin/exx +++ b/bin/exx @@ -24,6 +24,8 @@ use constant FORMATS=>{ "tar.bz2"=>do { $_=FORMAT_TAR; s/xf/xjf/; $_; }, "tar.bz" =>"tar.bz2", "tbz" =>"tar.bz", + "tar.xz" =>do { $_=FORMAT_TAR; s/xf/xJf/; $_; }, + "txz" =>do { $_=FORMAT_TAR; s/xf/xJf/; $_; }, "msi" =>'cabextract -q $pathname', };