bin/exx: +.crx
authorJan Kratochvil <jan@jankratochvil.net>
Tue, 20 Dec 2022 01:50:59 +0000 (09:50 +0800)
committerJan Kratochvil <jan@jankratochvil.net>
Tue, 20 Dec 2022 01:56:55 +0000 (09:56 +0800)
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',