+arj: unarj(1)
authorshort <>
Mon, 24 Jun 2002 07:28:33 +0000 (07:28 +0000)
committershort <>
Mon, 24 Jun 2002 07:28:33 +0000 (07:28 +0000)
  - files are listed, no -q option present

bin/exx

diff --git a/bin/exx b/bin/exx
index df78524..15e7832 100755 (executable)
--- a/bin/exx
+++ b/bin/exx
@@ -13,6 +13,7 @@ use constant FORMATS=>{
        "zip"=>'unzip -Lq !',
        "a"  =>'ar x !',
        "deb"=>'ar x !;for i in *.tar.gz;do j=`basename $i .tar.gz`;mkdir -p $j;cd $j;tar xzf ../$i;cd ..;rm -f $i;done',
+       "arj"=>'unarj x !',
        };
 
 die "Syntax: $0 <pathname((".join("|",map(".$_",sort keys %{+FORMATS})).")|=<ext>)>..."