Graham Lawrence posted on Tue, 01 Nov 2011 14:57:31 -0700 as excerpted:
> In a bash script I use
>
> pan --no-gui -o /home/g/Films --nzb \"${nzb[1]}\" 2>/home/g/pan.debug
> && if [ $? -ne 0 ]; then dem 1; exit 1; fi
Given the semicolons, I'm assuming that's all one line. But it doesn't
make
In a bash script I use
pan --no-gui -o /home/g/Films --nzb \"${nzb[1]}\" 2>/home/g/pan.debug &&
if [ $? -ne 0 ]; then dem 1; exit 1; fi
to download through an nzb file
The download process will not terminate, instead it downloads
duplicates of files already obtained, e.g. from ls
Gangs of New