X-Git-Url: http://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Fexx;fp=bin%2Fexx;h=8994599a724c7c48adc6335b30c4a8018ef5bee6;hp=e8c941adac74b323e4faaa727d1529e0e72e30f6;hb=8cc393315c3bf45c0dcc5cfb504bd5bd53983872;hpb=033ff4ba81a720e2ac4cafce49c81925444f2541 diff --git a/bin/exx b/bin/exx index e8c941a..8994599 100755 --- a/bin/exx +++ b/bin/exx @@ -15,6 +15,7 @@ use constant FORMATS=>{ "zip" =>'unzip -Lq $pathname', "jar" =>'unzip -Lq $pathname', "xpi" =>'unzip -Lq $pathname', + "crx" =>'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',