+.msi extraction by: cabextract(1)
authorlace <>
Thu, 26 Jan 2006 10:09:30 +0000 (10:09 +0000)
committerlace <>
Thu, 26 Jan 2006 10:09:30 +0000 (10:09 +0000)
bin/exx

diff --git a/bin/exx b/bin/exx
index a37132d..8321cf3 100755 (executable)
--- 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 <pathname((".join("|",map(".$_",sort keys %{+FORMATS})).")|=<ext>)>..."