From: lace <> Date: Thu, 26 Jan 2006 10:09:30 +0000 (+0000) Subject: +.msi extraction by: cabextract(1) X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=ce04eb8332132a4485d1ac6b2981e569f4b770ea +.msi extraction by: cabextract(1) --- diff --git a/bin/exx b/bin/exx index a37132d..8321cf3 100755 --- a/bin/exx +++ b/bin/exx @@ -24,6 +24,7 @@ use constant FORMATS=>{ "tar.bz2"=>do { $_=FORMAT_TAR; s/xf/xjf/; $_; }, "tar.bz" =>"tar.bz2", "tbz" =>"tar.bz", + "msi" =>'cabextract -q $pathname', }; die "Syntax: $0 )>..."