06-24-2016, 06:12 AM
Hi guys,
I'm trying to write a simple script to auto-exstract rar files using unrar on OSX. I'm able to successfully execute below command manually, but it always fails to run when script is exectued by Vuze.
(above is one line of a slightly larger script)
Can anyone think of a reason or point me in the right direction?
Thanks
Nikolaj
I'm trying to write a simple script to auto-exstract rar files using unrar on OSX. I'm able to successfully execute below command manually, but it always fails to run when script is exectued by Vuze.
Code:
find $dir -name *.rar -exec unrar x -o+ -y {} $NASMOVIE$folder \;
Can anyone think of a reason or point me in the right direction?
Thanks
Nikolaj