Search found 1 match

by pigr8
Tue Jul 09, 2013 4:23 pm
Forum: General
Topic: Unrar and cleanup script - UPDATE 2025.01.29
Replies: 143
Views: 368312

Re: Unrar and cleanup script - UPDATE 2013.05.24

hi killermov! i was working on your script in order to get a hardlink function if the torrent are not rar files.

i read few post ago that you wrote this:

if [[ "$TR_TORRENT_PARAMETER" =~ "EXTRACT" ]]; then
...
if [ ${#RAR_FILES} -gt 0 ]; then
...
else
cp -val $SRC_DIR $DEST_DIR
echo $NOW ...