@Skrzyp, post #4
for i in {101..150}
do
wget -q -O $i.mp3 http://files.exotica.org.uk/?file=/bitfellas/podcast/bitjam_$i.mp3
wget -q -O $i.cue http://files.exotica.org.uk/?file=/bitfellas/podcast/bitjam_$i.cue
echo "Odcinek $i pobrany"
done