bin/exx: +.crx
[nethome.git] / bin / exx
diff --git a/bin/exx b/bin/exx
index e8c941a..8994599 100755 (executable)
--- 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',