-
-
Save mufid/4307782 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment