From: Jan Kratochvil Date: Tue, 20 Dec 2022 01:50:59 +0000 (+0800) Subject: bin/exx: +.crx X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=8cc393315c3bf45c0dcc5cfb504bd5bd53983872 bin/exx: +.crx --- 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',