From 8cc393315c3bf45c0dcc5cfb504bd5bd53983872 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Tue, 20 Dec 2022 09:50:59 +0800 Subject: [PATCH] bin/exx: +.crx --- bin/exx | 1 + 1 file changed, 1 insertion(+) 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', -- 1.8.3.1