Skip to content

Instantly share code, notes, and snippets.

View mufid's full-sized avatar

Mufid mufid

View GitHub Profile
http://www.kaskus.co.id/thread/510f494a1a7608c85500000d/new-lounge-andromaxu-45quot-lebih-besar-lebih-cepat-amp-lebih-canggih/
#!/bin/bash
for i in {1..116}
do
if=`printf %03d $i`
echo "Now downloading surat $if"
sleep 1
curl -LO "http://download.quranicaudio.com/quran/mishaari_raashid_al_3afaasee/$if.mp3"
done