X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Fexx;fp=bin%2Fexx;h=e8c941adac74b323e4faaa727d1529e0e72e30f6;hp=97f021b2200a28213c514f973d1866b64d0ec9a5;hb=033ff4ba81a720e2ac4cafce49c81925444f2541;hpb=21d1019eaa09eb46bb29840c91dab7452bf64c7d diff --git a/bin/exx b/bin/exx index 97f021b..e8c941a 100755 --- a/bin/exx +++ b/bin/exx @@ -14,6 +14,7 @@ use constant FORMATS=>{ "rpm" =>'rpm2cpio $pathname|cpio -id --quiet', #-v #FIXME: --sparse doesn't work, why? "zip" =>'unzip -Lq $pathname', "jar" =>'unzip -Lq $pathname', + "xpi" =>'unzip -Lq $pathname', "a" =>'ar x $pathname', "deb" =>'ar x $pathname;' .'for i in *.tar.gz;do j=`basename $i .tar.gz`;mkdir -p $j;cd $j;tar xzf ../$i;cd ..;rm -f $i;done',