From 42207e1d3d7f993f045b5cb06040d629c4f1b0e4 Mon Sep 17 00:00:00 2001 From: short <> Date: Mon, 24 Jun 2002 07:28:33 +0000 Subject: [PATCH] +arj: unarj(1) - files are listed, no -q option present --- bin/exx | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/exx b/bin/exx index df78524..15e7832 100755 --- 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 )>..." -- 1.8.3.1