arfoll / unrarall

bash script to unrar everything and cleanup in a given directory
GNU General Public License v3.0
260 stars 68 forks source link

add 'allow_failures' option #43

Closed aerickson closed 6 years ago

aerickson commented 6 years ago

Sometimes I have a directory with a bad rar file and a good rar file. If one was extracted successfully, I'd like the program to exit with code 0.

This change adds an option '--allow_failures' that will cause the program to exit 0 in the above case.

arfoll commented 6 years ago

I'll merge PR#40 and then this. I don't really understand what cc968d9 does though - can you add a bit more description to the commit?

aerickson commented 6 years ago

cc968d9 shouldn't have made it into the pull request (some separate hacking).

I've removed it from the pull request. Thanks.

arfoll commented 6 years ago

Rebased into one commit and merged. Thanks!