X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=bin%2Fexx;h=15e7832f7978a539c22afde384154a4bd3851cf1;hp=df78524508419e6376969cc60433164f3a1c9501;hb=42207e1d3d7f993f045b5cb06040d629c4f1b0e4;hpb=3c469327e70e4247e1c667c345ba758538277bba 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 )>..."