Commit 4a5ab8b3 by Dominic Chen

Modify arj configuration to assume yes on all queries; prevent hang on user input

parent c5d0f0ec
......@@ -33,7 +33,7 @@
^posix tar archive:tar:tar xvf '%e'
^rar archive data:rar:unrar e '%e'
^rar archive data:rar:unrar -x '%e' # This is for the 'free' version
^arj archive data.*comment header:arj:arj e '%e'
^arj archive data.*comment header:arj:arj -y e '%e'
^lha:lha:lha ei '%e'
^iso 9660:iso:7z x '%e' -oiso-root
^microsoft cabinet archive:cab:cabextract '%e'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment