Skip to content

Instantly share code, notes, and snippets.

@andrewheiss
Created February 23, 2010 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewheiss/312663 to your computer and use it in GitHub Desktop.
Save andrewheiss/312663 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
for i in {1..114}; do
printf -v file "%03d" "$i"
echo -e "\nDownloading http://download.quranicaudio.com/quran/muhammad_siddeeq_al-minshaawee/$file.mp3"
curl -O http://download.quranicaudio.com/quran/muhammad_siddeeq_al-minshaawee/$file.mp3
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment